C# Class SocialGame.ExtendsAvatar

Inheritance: Kinect.AvatarController
Afficher le fichier Open project: BrainProject/UnityTemp

Méthodes publiques

Свойство Type Description
currentUserId int
handLeft UnityEngine.Transform
handRight UnityEngine.Transform
realPosition bool
singlePlayer bool

Méthodes publiques

Méthode Description
Start ( ) : void
Stop ( bool stop ) : void
UpdateAvatar ( System.Int64 UserID ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( bool stop ) : void
stop bool
Résultat void

UpdateAvatar() public méthode

public UpdateAvatar ( System.Int64 UserID ) : void
UserID System.Int64
Résultat void

Property Details

currentUserId public_oe property

public int currentUserId
Résultat int

handLeft public_oe property

public Transform,UnityEngine handLeft
Résultat UnityEngine.Transform

handRight public_oe property

public Transform,UnityEngine handRight
Résultat UnityEngine.Transform

realPosition public_oe property

public bool realPosition
Résultat bool

singlePlayer public_oe property

public bool singlePlayer
Résultat bool