mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Updated SyncData
This commit is contained in:
parent
dc72cb4cf0
commit
49ff6ec01a
@ -38,8 +38,21 @@ public SyncData(Changed _dataChangedByte, Vector3 _position, Vector3 _vecRotatio
|
||||
this.quatRotation = Quaternion.Euler(vecRotation);
|
||||
this.scale = _scale;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public enum ReferenceSpace
|
||||
{
|
||||
Local,
|
||||
World
|
||||
}
|
||||
|
||||
public enum RotationSettings
|
||||
{
|
||||
FullQuaternion,
|
||||
Compressed,
|
||||
EulerAngles
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum Changed : byte
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user