C# Class OSCMaster, SoftLove

Inheritance: MonoBehaviour
Afficher le fichier Open project: benkuper/SoftLove Class Usage Examples

Méthodes publiques

Свойство Type Description
instance OSCMaster,

Méthodes publiques

Méthode Description
init ( ) : void
sendFloat ( string address, float value ) : void

Private Methods

Méthode Description
Awake ( ) : void
HandlePacketReceivedEvent ( OSCPacket p ) : void
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

init() static public méthode

static public init ( ) : void
Résultat void

sendFloat() public static méthode

public static sendFloat ( string address, float value ) : void
address string
value float
Résultat void

Property Details

instance public_oe static_oe property

public static OSCMaster, instance
Résultat OSCMaster,