Class Node2D.PropertyName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the properties and fields contained in this class, for fast lookup.
public class Node2D.PropertyName : CanvasItem.PropertyName
- Inheritance
-
Node2D.PropertyName
- Derived
- Inherited Members
Constructors
PropertyName()
public PropertyName()
Fields
GlobalPosition
Cached name for the 'global_position' property.
public static readonly StringName GlobalPosition
Field Value
GlobalRotation
Cached name for the 'global_rotation' property.
public static readonly StringName GlobalRotation
Field Value
GlobalRotationDegrees
Cached name for the 'global_rotation_degrees' property.
public static readonly StringName GlobalRotationDegrees
Field Value
GlobalScale
Cached name for the 'global_scale' property.
public static readonly StringName GlobalScale
Field Value
GlobalSkew
Cached name for the 'global_skew' property.
public static readonly StringName GlobalSkew
Field Value
GlobalTransform
Cached name for the 'global_transform' property.
public static readonly StringName GlobalTransform
Field Value
Position
Cached name for the 'position' property.
public static readonly StringName Position
Field Value
Rotation
Cached name for the 'rotation' property.
public static readonly StringName Rotation
Field Value
RotationDegrees
Cached name for the 'rotation_degrees' property.
public static readonly StringName RotationDegrees
Field Value
Scale
Cached name for the 'scale' property.
public static readonly StringName Scale
Field Value
Skew
Cached name for the 'skew' property.
public static readonly StringName Skew
Field Value
Transform
Cached name for the 'transform' property.
public static readonly StringName Transform