Class NetworkTransform.ReplicationComponents
Actor transform replication components (flags).
Inheritance
System.Object
NetworkTransform.ReplicationComponents
Namespace: FlaxEngine.Networking
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ReplicationComponents : Enum
Fields
All
All components fully synchronized.
Declaration
public const NetworkTransform.ReplicationComponents All
Field Value
NetworkTransform.ReplicationComponents
|
None
No sync.
Declaration
public const NetworkTransform.ReplicationComponents None
Field Value
NetworkTransform.ReplicationComponents
|
Position
Position XYZ components (full).
Declaration
public const NetworkTransform.ReplicationComponents Position
Field Value
NetworkTransform.ReplicationComponents
|
PositionX
Position X component.
Declaration
public const NetworkTransform.ReplicationComponents PositionX
Field Value
NetworkTransform.ReplicationComponents
|
PositionY
Position Y component.
Declaration
public const NetworkTransform.ReplicationComponents PositionY
Field Value
NetworkTransform.ReplicationComponents
|
PositionZ
Position Z component.
Declaration
public const NetworkTransform.ReplicationComponents PositionZ
Field Value
NetworkTransform.ReplicationComponents
|
Rotation
Rotation XYZ components (full).
Declaration
public const NetworkTransform.ReplicationComponents Rotation
Field Value
NetworkTransform.ReplicationComponents
|
RotationX
Position X component.
Declaration
public const NetworkTransform.ReplicationComponents RotationX
Field Value
NetworkTransform.ReplicationComponents
|
RotationY
Position Y component.
Declaration
public const NetworkTransform.ReplicationComponents RotationY
Field Value
NetworkTransform.ReplicationComponents
|
RotationZ
Position Z component.
Declaration
public const NetworkTransform.ReplicationComponents RotationZ
Field Value
NetworkTransform.ReplicationComponents
|
Scale
Scale XYZ components (full).
Declaration
public const NetworkTransform.ReplicationComponents Scale
Field Value
NetworkTransform.ReplicationComponents
|
ScaleX
Scale X component.
Declaration
public const NetworkTransform.ReplicationComponents ScaleX
Field Value
NetworkTransform.ReplicationComponents
|
ScaleY
Scale Y component.
Declaration
public const NetworkTransform.ReplicationComponents ScaleY
Field Value
NetworkTransform.ReplicationComponents
|
ScaleZ
Scale Z component.
Declaration
public const NetworkTransform.ReplicationComponents ScaleZ
Field Value
NetworkTransform.ReplicationComponents
|
value__
Declaration
public int value__
Field Value
System.Int32
|