C# Class SocialGame.KinectManagerSwitcher

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BrainProject/UnityTemp

Méthodes publiques

Свойство Type Description
player1 Kinect.AvatarController
player2 Kinect.AvatarController
thisLevelKManager UnityEngine.GameObject
thisSceneCanvas UnityEngine.GameObject

Méthodes publiques

Méthode Description
activateThisLevelKManager ( ) : void

Activates the this level K manager.

deactivateThisLevelKManager ( ) : void

Deactivates the this level K manager.

setActiveMGC ( bool active ) : void

Sets the active MGC.

Private Methods

Méthode Description
Awake ( ) : void
GoToCroossroadWithDelay ( ) : IEnumerator
setThisLevelManager ( ) : void

Sets the this level manager.

Method Details

activateThisLevelKManager() public static méthode

Activates the this level K manager.
public static activateThisLevelKManager ( ) : void
Résultat void

deactivateThisLevelKManager() public static méthode

Deactivates the this level K manager.
public static deactivateThisLevelKManager ( ) : void
Résultat void

setActiveMGC() public static méthode

Sets the active MGC.
public static setActiveMGC ( bool active ) : void
active bool If set to true active.
Résultat void

Property Details

player1 public_oe property

public AvatarController,Kinect player1
Résultat Kinect.AvatarController

player2 public_oe property

public AvatarController,Kinect player2
Résultat Kinect.AvatarController

thisLevelKManager public_oe static_oe property

public static GameObject,UnityEngine thisLevelKManager
Résultat UnityEngine.GameObject

thisSceneCanvas public_oe property

public GameObject,UnityEngine thisSceneCanvas
Résultat UnityEngine.GameObject