C# Class NMouseController, lightitup

Inheritance: MonoBehaviour
Show file Open project: brennon/lightitup

Public Properties

Property Type Description
InteractionMode int
LightName string
clickedGmObj GameObject
taskMode int

Public Methods

Method Description
SetGameObj ( GameObject light ) : void

Private Methods

Method Description
GetClickedGameObject ( ) : GameObject
Mouse_Interaction ( bool RightHandMode ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetGameObj() public static method

public static SetGameObj ( GameObject light ) : void
light GameObject
return void

Property Details

InteractionMode public static property

public static int InteractionMode
return int

LightName public property

public string LightName
return string

clickedGmObj public static property

public static GameObject clickedGmObj
return GameObject

taskMode public property

public int taskMode
return int