ECS Buckle and Rotation visualizers (#13024)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
14
Content.Client/Rotation/RotationVisualsComponent.cs
Normal file
14
Content.Client/Rotation/RotationVisualsComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Content.Client.Rotation;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class RotationVisualsComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public Angle VerticalRotation = 0;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public Angle HorizontalRotation = Angle.FromDegrees(90);
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float AnimationTime = 0.125f;
|
||||
}
|
||||
Reference in New Issue
Block a user