C# Class NMouseController, lightitup

Inheritance: MonoBehaviour
ファイルを表示 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_oe static_oe property

public static int InteractionMode
return int

LightName public_oe property

public string LightName
return string

clickedGmObj public_oe static_oe property

public static GameObject clickedGmObj
return GameObject

taskMode public_oe property

public int taskMode
return int