Class PhysicsRayQueryParameters2D.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class PhysicsRayQueryParameters2D.MethodName : RefCounted.MethodName
- Inheritance
-
PhysicsRayQueryParameters2D.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
Create
Cached name for the 'create' method.
public static readonly StringName Create
Field Value
GetCollisionMask
Cached name for the 'get_collision_mask' method.
public static readonly StringName GetCollisionMask
Field Value
GetExclude
Cached name for the 'get_exclude' method.
public static readonly StringName GetExclude
Field Value
GetFrom
Cached name for the 'get_from' method.
public static readonly StringName GetFrom
Field Value
GetTo
Cached name for the 'get_to' method.
public static readonly StringName GetTo
Field Value
IsCollideWithAreasEnabled
Cached name for the 'is_collide_with_areas_enabled' method.
public static readonly StringName IsCollideWithAreasEnabled
Field Value
IsCollideWithBodiesEnabled
Cached name for the 'is_collide_with_bodies_enabled' method.
public static readonly StringName IsCollideWithBodiesEnabled
Field Value
IsHitFromInsideEnabled
Cached name for the 'is_hit_from_inside_enabled' method.
public static readonly StringName IsHitFromInsideEnabled
Field Value
SetCollideWithAreas
Cached name for the 'set_collide_with_areas' method.
public static readonly StringName SetCollideWithAreas
Field Value
SetCollideWithBodies
Cached name for the 'set_collide_with_bodies' method.
public static readonly StringName SetCollideWithBodies
Field Value
SetCollisionMask
Cached name for the 'set_collision_mask' method.
public static readonly StringName SetCollisionMask
Field Value
SetExclude
Cached name for the 'set_exclude' method.
public static readonly StringName SetExclude
Field Value
SetFrom
Cached name for the 'set_from' method.
public static readonly StringName SetFrom
Field Value
SetHitFromInside
Cached name for the 'set_hit_from_inside' method.
public static readonly StringName SetHitFromInside
Field Value
SetTo
Cached name for the 'set_to' method.
public static readonly StringName SetTo