C# Class StoryScript, ProjetUnity

Inheritance: MonoBehaviour
Mostra file Open project: MartinsDavid/ProjetUnity Class Usage Examples

Public Properties

Property Type Description
level string
speed int
story GameObject
title GameObject

Public Methods

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

Private Methods

Method Description
LoadLevel ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

level public_oe property

public string level
return string

speed public_oe property

public int speed
return int

story public_oe property

public GameObject story
return GameObject

title public_oe property

public GameObject title
return GameObject