Class CollisionObject2D.PropertyName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the properties and fields contained in this class, for fast lookup.
public class CollisionObject2D.PropertyName : Node2D.PropertyName
- Inheritance
-
CollisionObject2D.PropertyName
- Derived
- Inherited Members
Constructors
PropertyName()
public PropertyName()
Fields
CollisionLayer
Cached name for the 'collision_layer' property.
public static readonly StringName CollisionLayer
Field Value
CollisionMask
Cached name for the 'collision_mask' property.
public static readonly StringName CollisionMask
Field Value
CollisionPriority
Cached name for the 'collision_priority' property.
public static readonly StringName CollisionPriority
Field Value
DisableMode
Cached name for the 'disable_mode' property.
public static readonly StringName DisableMode
Field Value
InputPickable
Cached name for the 'input_pickable' property.
public static readonly StringName InputPickable