C# Class Text3D, CodeSpells

Inheritance: MonoBehaviour
Show file Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
text string
the_3d_text GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

text public property

public string text
return string

the_3d_text public property

public GameObject the_3d_text
return GameObject