Click or drag to resize
SpriteRendererLockedAxis Property
Set / get optional axis to lock rotation to (when facing camera).

Namespace:  GeonBit.ECS.Components.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<Vector3> LockedAxis { get; set; }

Property Value

Type: NullableVector3
See Also