C# Class NMouseController, lightitup

Inheritance: MonoBehaviour
Afficher le fichier Open project: brennon/lightitup

Méthodes publiques

Свойство Type Description
InteractionMode int
LightName string
clickedGmObj GameObject
taskMode int

Méthodes publiques

Méthode Description
SetGameObj ( GameObject light ) : void

Private Methods

Méthode Description
GetClickedGameObject ( ) : GameObject
Mouse_Interaction ( bool RightHandMode ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetGameObj() public static méthode

public static SetGameObj ( GameObject light ) : void
light GameObject
Résultat void

Property Details

InteractionMode public_oe static_oe property

public static int InteractionMode
Résultat int

LightName public_oe property

public string LightName
Résultat string

clickedGmObj public_oe static_oe property

public static GameObject clickedGmObj
Résultat GameObject

taskMode public_oe property

public int taskMode
Résultat int