Struct SkeletonBone
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct SkeletonBone
Fields
| Improve this Doc View Sourcename
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| String |
position
Declaration
public Vector3 position
Field Value
| Type | Description |
|---|---|
| Vector3 |
rotation
Declaration
public Quaternion rotation
Field Value
| Type | Description |
|---|---|
| Quaternion |
scale
Declaration
public Vector3 scale
Field Value
| Type | Description |
|---|---|
| Vector3 |