C# Class DMXAbstractController, fuze-vj-kit

Inheritance: MonoBehaviour
Exibir arquivo Open project: unity3d-jp/fuze-vj-kit

Public Properties

Property Type Description
debugWindow bool

Protected Properties

Property Type Description
page int
windowIDSeed int
windowId int
windowRect Rect

Public Methods

Method Description
Awake ( ) : void
LateUpdate ( ) : void
OnApplicationQuit ( ) : void
OnGUI ( ) : void
SetChannelData ( int channel, byte data ) : void

Protected Methods

Method Description
OnDrawGUIWindow ( int windowID ) : void
SendChannelData ( byte channelData ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

OnApplicationQuit() public method

public OnApplicationQuit ( ) : void
return void

OnDrawGUIWindow() protected method

protected OnDrawGUIWindow ( int windowID ) : void
windowID int
return void

OnGUI() public method

public OnGUI ( ) : void
return void

SendChannelData() protected abstract method

protected abstract SendChannelData ( byte channelData ) : void
channelData byte
return void

SetChannelData() public method

public SetChannelData ( int channel, byte data ) : void
channel int
data byte
return void

Property Details

debugWindow public_oe property

public bool debugWindow
return bool

page protected_oe property

protected int page
return int

windowIDSeed protected_oe static_oe property

protected static int windowIDSeed
return int

windowId protected_oe property

protected int windowId
return int

windowRect protected_oe property

protected Rect windowRect
return Rect