C# Class TipsCreator, Hellbound

Inheritance: MonoBehaviour
显示文件 Open project: Backman/Hellbound

Public Properties

Property Type Description
r_Prefab GameObject

Public Methods

Method Description
Start ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

r_Prefab public_oe property

TipsCreator was written by Anton Thorsell The Script TipsCreator will first find _all_ gameObjects of the type HintsHandler and extract all hints (class HintText) thereafter it will create one button per hint that was previously extracted
public GameObject r_Prefab
return GameObject