C# Class PlayerControler, FetchQuest

Inheritance: MonoBehaviour
Exibir arquivo Open project: uwgb-socsc/FetchQuest Class Usage Examples

Public Properties

Property Type Description
countText Text
speed float
winText Text

Public Methods

Method Description
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
SetCountText ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

SetCountText() public method

public SetCountText ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

countText public_oe property

public Text countText
return Text

speed public_oe property

public float speed
return float

winText public_oe property

public Text winText
return Text