C# Class OSCeleton, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
Afficher le fichier Open project: n1ckfg/ITP_OpenSourceAnimation

Méthodes publiques

Свойство Type Description
ListenerPort int
RemoteIP string
SendToPort int
absolute bool
mirrorY bool
target GameObject[]

Méthodes publiques

Méthode Description
Example1 ( OscMessage, oscMessage ) : void
Example2 ( OscMessage, oscMessage ) : void
Start ( ) : void
Stop ( ) : void
Update ( ) : void

Method Details

Example1() public méthode

public Example1 ( OscMessage, oscMessage ) : void
oscMessage OscMessage,
Résultat void

Example2() public méthode

public Example2 ( OscMessage, oscMessage ) : void
oscMessage OscMessage,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

ListenerPort public_oe property

public int ListenerPort
Résultat int

RemoteIP public_oe property

public string RemoteIP
Résultat string

SendToPort public_oe property

public int SendToPort
Résultat int

absolute public_oe property

public bool absolute
Résultat bool

mirrorY public_oe property

public bool mirrorY
Résultat bool

target public_oe property

public GameObject[] target
Résultat GameObject[]