C# Class DemoUI, RecyclerKit

Inheritance: MonoBehaviour
Mostrar archivo Open project: prime31/RecyclerKit Class Usage Examples

Public Properties

Property Type Description
capsulePrefab GameObject
cubePrefab GameObject
spherePrefab GameObject

Public Methods

Method Description
CreateCanvas ( ) : void
OnGUI ( ) : void
Start ( ) : void

Method Details

CreateCanvas() public method

public CreateCanvas ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

capsulePrefab public_oe property

public GameObject capsulePrefab
return GameObject

cubePrefab public_oe property

public GameObject cubePrefab
return GameObject

spherePrefab public_oe property

public GameObject spherePrefab
return GameObject