Click or drag to resize

Vector3ToValueConverterVector3Component Enumeration

Available Vector3 components to provide.

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Converters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum Vector3Component
Members
  Member nameValueDescription
X0 X value of the vector.
Y1 Y value of the vector.
Z2 Z value of the vector.
See Also