Class RotationProxy
Inherited Members
Namespace: Unity.Transforms
Syntax
public class RotationProxy : ComponentDataProxy<Rotation>, ISerializationCallbackReceiver
Methods
ValidateSerializedData(ref Rotation)
Declaration
protected override void ValidateSerializedData(ref Rotation serializedData)
Parameters
Type | Name | Description |
---|---|---|
Rotation | serializedData |
Overrides
Unity.Entities.ComponentDataProxy<Unity.Transforms.Rotation>.ValidateSerializedData(Unity.Transforms.Rotation)