Свойство | Тип | Описание | |
---|---|---|---|
actor_id | int |
Метод | Описание | |
---|---|---|
OnDestroy ( ) : void |
Raises the destroy event.
|
|
OnDrawGizmosSelected ( ) : void |
Raises the draw gizmos selected event.
|
|
Start ( ) : void |
Start this instance. Use this for initialization
|
|
Update ( ) : void |
Update this instance. Update is called once per frame
|
|
updateJointCoordinates ( ArrayList args, string address ) : void |
Updates the joint coordinates.
|
Метод | Описание | |
---|---|---|
getJointPosition ( Vector3 pos ) : Vector3 |
Gets the joint position.
|
|
initSkeletonPosition ( ) : void |
Inits the skeleton position.
|
|
toggleSkeletonVisibility ( ) : void |
Toggles the skeleton visibility.
|
|
updateSkeletonPoints ( ) : void |
Updates the skeleton points.
|
public updateJointCoordinates ( ArrayList args, string address ) : void | ||
args | ArrayList | /// Arguments. /// |
address | string | /// Address. /// |
Результат | void |