C# Class BattleGUITextScript, Spare-Change

Inheritance: MonoBehaviour
Mostrar archivo Open project: ThatsAMorais/Spare-Change

Public Properties

Property Type Description
alpha float
direction int
duration float
scroll float

Public Methods

Method Description
Awake ( ) : void
SetColor ( Color newColor ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

SetColor() public method

public SetColor ( Color newColor ) : void
newColor Color
return void

Update() public method

public Update ( ) : void
return void

Property Details

alpha public_oe property

public float alpha
return float

direction public_oe property

public int direction
return int

duration public_oe property

public float duration
return float

scroll public_oe property

public float scroll
return float