C# Class ObjectiveDisplay, RoverGame

Inheritance: MonoBehaviour
Show file Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
fillSpeed float
objective Objective,
objectiveText Text
permanentText Text

Public Methods

Method Description
FillText ( string s ) : IEnumerator
Initialize ( ) : void
Initialize ( float typeSpeed ) : void

type speed refers to wait time before each char is typed

Method Details

FillText() public method

public FillText ( string s ) : IEnumerator
s string
return IEnumerator

Initialize() public method

public Initialize ( ) : void
return void

Initialize() public method

type speed refers to wait time before each char is typed
public Initialize ( float typeSpeed ) : void
typeSpeed float
return void

Property Details

fillSpeed public property

public float fillSpeed
return float

objective public property

public Objective, objective
return Objective,

objectiveText public property

public Text objectiveText
return Text

permanentText public property

public Text permanentText
return Text