C# Class UnityEngine.SkeletonBone

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
name string
position Vector3
rotation Quaternion
scale Vector3

Private Properties

Property Type Description

Property Details

name public property

The name of the Transform mapped to the bone.

public string name
return string

position public property

The T-pose position of the bone in local space.

public Vector3 position
return Vector3

rotation public property

The T-pose rotation of the bone in local space.

public Quaternion,UnityEngine rotation
return Quaternion

scale public property

The T-pose scaling of the bone in local space.

public Vector3 scale
return Vector3