Interface ISyncRotationValue
Namespace: Eco.Gameplay.Systems
Assembly: Eco.Gameplay.dll
Syntax
public interface ISyncRotationValue : IController, IViewController, IHasUniversalID
Properties
Rotation
Declaration
Quaternion Rotation { get; set; }
Property Value
Type | Description |
---|---|
Quaternion |
Methods
SetRotation(Quaternion)
Declaration
void SetRotation(Quaternion value)
Parameters
Type | Name | Description |
---|---|---|
Quaternion | value |