C# Class UnityEngine.SkeletonBone

ファイルを表示 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_oe property

The name of the Transform mapped to the bone.

public string name
return string

position public_oe property

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

public Vector3 position
return Vector3

rotation public_oe property

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

public Quaternion,UnityEngine rotation
return Quaternion

scale public_oe property

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

public Vector3 scale
return Vector3