Struct PrefabTransform
Local transform values stored by a prefab.
public readonly record struct PrefabTransform : IEquatable<PrefabTransform>
- Implements
- Inherited Members
Constructors
PrefabTransform(Vector2, float, Vector2)
Local transform values stored by a prefab.
public PrefabTransform(Vector2 Position, float Rotation, Vector2 Scale)
Parameters
Properties
Position
public Vector2 Position { get; init; }
Property Value
Rotation
public float Rotation { get; init; }
Property Value
Scale
public Vector2 Scale { get; init; }