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.

AxisSyncMode

enumeration

Description

An axis or set of axis.

Properties

NoneDo not sync.
AxisXOnly x axis.
AxisYOnly the y axis.
AxisZOnly the z axis.
AxisXYThe x and y axis.
AxisXZThe x and z axis.
AxisYZThe y and z axis.
AxisXYZThe x, y and z axis.