C# Class StoryScript, ProjetUnity

Inheritance: MonoBehaviour
Show 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 property

public string level
return string

speed public property

public int speed
return int

story public property

public GameObject story
return GameObject

title public property

public GameObject title
return GameObject