Version: 2017.3

TransformSyncMode

enumeration

Cambiar al Manual

Descripción

How to synchronize an object's position.

Variables

SyncNoneDont synchronize.
SyncTransformSync using the game object's base transform.
SyncRigidbody2DSync using the Rigidbody2D component.
SyncRigidbody3DSync using the Rigidbody component.
SyncCharacterControllerSync using the CharacterController component.