LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

TransformSyncMode

enumeration

Description

How to synchronize an object's position.

Properties

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.