C# Class WireInventoryCount, RoverGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
countText Text
highlightCountColor Color
highlightWireColor Color
myIngredient Ingredient
myWireType WireType
titleText Text
wireImage Image

Méthodes publiques

Méthode Description
SetTextSizeDown ( ) : void
SetTextSizeUp ( ) : void
SetWireCount ( int count ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetTextSizeDown() public méthode

public SetTextSizeDown ( ) : void
Résultat void

SetTextSizeUp() public méthode

public SetTextSizeUp ( ) : void
Résultat void

SetWireCount() public méthode

public SetWireCount ( int count ) : void
count int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

countText public_oe property

public Text countText
Résultat Text

highlightCountColor public_oe property

public Color highlightCountColor
Résultat Color

highlightWireColor public_oe property

public Color highlightWireColor
Résultat Color

myIngredient public_oe property

public Ingredient myIngredient
Résultat Ingredient

myWireType public_oe property

public WireType myWireType
Résultat WireType

titleText public_oe property

public Text titleText
Résultat Text

wireImage public_oe property

public Image wireImage
Résultat Image