Struct SyncPart
Transform data sync setting.
Transfrom 數據同步設定。
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Votanic.vNet.Networking
Assembly: Votanic.vNet.dll
Syntax
[Serializable]
public struct SyncPart
Fields
compression
Enable compression if true.
當 true 時啟用壓縮。
Declaration
[Tooltip("Enable compression.\n啟用壓縮。")]
public bool compression
Field Value
Type | Description |
---|---|
System.Boolean |
decimalPlaces
Number of decimal places.
小數位數目。
Declaration
[Tooltip("Number of decimal places.\n小數位數目。")]
[Range(0F, 9F)]
public byte decimalPlaces
Field Value
Type | Description |
---|---|
System.Byte |
sync
Sync the part of transform.
同步這個 Transform 部份。
Declaration
[Tooltip("Sync the part of transform.\n同步這個 Transform 部份。")]
public bool sync
Field Value
Type | Description |
---|---|
System.Boolean |