C# Class Funnel, VJ01

Inheritance: MonoBehaviour
Mostra file Open project: keijiro/VJ01 Class Usage Examples

Public Properties

Property Type Description
drawGameView bool
previewOnInspector bool
screenHeight int
screenWidth int

Public Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
Setup ( ) : void
Teardown ( ) : void

Private Methods

Method Description
FunnelSetFrameTexture ( int slotIndex, string frameName, int textureID, int width, int height ) : void
Refreshing ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Setup() public method

public Setup ( ) : void
return void

Teardown() public method

public Teardown ( ) : void
return void

Property Details

drawGameView public_oe property

public bool drawGameView
return bool

previewOnInspector public_oe property

public bool previewOnInspector
return bool

screenHeight public_oe property

public int screenHeight
return int

screenWidth public_oe property

public int screenWidth
return int