C# Class OniOscReceiver, KinActor_project

Inheritance: MonoBehaviour
Afficher le fichier Open project: RecipientCollective/KinActor_project

Méthodes publiques

Свойство Type Description
kinect_height float
oniActorOne GameObject
oniActorTwo GameObject
port int

Méthodes publiques

Méthode Description
OnDestroy ( ) : void

Raises the destroy event.

Start ( ) : void

Start this instance. Use this for initialization

Update ( ) : void

Update this instance.

Private Methods

Méthode Description
connect ( ) : void

Connect this instance.

disconnect ( ) : void

Disconnect this instance.

listen ( ) : void

Listen OSC messages;

processMessage ( OSCMessage message ) : void

Processes the OSC message.

Method Details

OnDestroy() public méthode

Raises the destroy event.
public OnDestroy ( ) : 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.
public Update ( ) : void
Résultat void

Property Details

kinect_height public_oe property

The kinect_height.
public float kinect_height
Résultat float

oniActorOne public_oe property

public GameObject oniActorOne
Résultat GameObject

oniActorTwo public_oe property

public GameObject oniActorTwo
Résultat GameObject

port public_oe property

The port.
public int port
Résultat int