C# Class OniActor, KinActor_project

Inheritance: MonoBehaviour
Afficher le fichier Open project: RecipientCollective/KinActor_project Class Usage Examples

Méthodes publiques

Свойство Type Description
actor_id int

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

OnDestroy() public méthode

Raises the destroy event.
public OnDestroy ( ) : void
Résultat void

OnDrawGizmosSelected() public méthode

Raises the draw gizmos selected event.
public OnDrawGizmosSelected ( ) : void
Résultat void

Start() public méthode

Start this instance. Use this for initialization
public Start ( ) : void
Résultat void

Update() public méthode

Update this instance. Update is called once per frame
public Update ( ) : void
Résultat void

updateJointCoordinates() public méthode

Updates the joint coordinates.
public updateJointCoordinates ( ArrayList args, string address ) : void
args ArrayList /// Arguments. ///
address string /// Address. ///
Résultat void

Property Details

actor_id public_oe property

The actor_id.
public int actor_id
Résultat int