C# Class TextScreenManager, Unity-Game

Inheritance: MonoBehaviour
Show file Open project: PeasB/Unity-Game

Public Properties

Property Type Description
CarObject GameObject
EntryCanvas Canvas
OnScreenTime float
TextInOutSpeed float

Public Methods

Method Description
DecreaceOpacity ( ) : void
EndEntryText ( ) : void
FixedUpdate ( ) : void
IncreaceOpacity ( ) : void
Start ( ) : void

Method Details

DecreaceOpacity() public method

public DecreaceOpacity ( ) : void
return void

EndEntryText() public method

public EndEntryText ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

IncreaceOpacity() public method

public IncreaceOpacity ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

CarObject public property

public GameObject CarObject
return GameObject

EntryCanvas public property

public Canvas EntryCanvas
return Canvas

OnScreenTime public property

public float OnScreenTime
return float

TextInOutSpeed public property

public float TextInOutSpeed
return float