C# Class UI_mgr, Spare-Change

Inheritance: MonoBehaviour
Afficher le fichier Open project: ThatsAMorais/Spare-Change

Méthodes publiques

Свойство Type Description
DiceMats List
createSpot Transform
cube GameObject
d10 GameObject
d100 GameObject
d12 GameObject
d20 GameObject
d4 GameObject
d6_r_d GameObject
d6_r_p GameObject
d6_s_d GameObject
d6_s_p GameObject
d8 GameObject
throwForce float

Méthodes publiques

Méthode Description
Awake ( ) : void
OnGUI ( ) : void
QueueDieThrow ( string diceType, int quantity, string description ) : void
ThrowDice ( Throw, dieThrow, Vector3 startPosition, Vector3 endPosition ) : void
Update ( ) : void

Private Methods

Méthode Description
CreateDie ( string dieName ) : GameObject
GUIButtonRect ( ) : Rect

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

QueueDieThrow() public méthode

public QueueDieThrow ( string diceType, int quantity, string description ) : void
diceType string
quantity int
description string
Résultat void

ThrowDice() public méthode

public ThrowDice ( Throw, dieThrow, Vector3 startPosition, Vector3 endPosition ) : void
dieThrow Throw,
startPosition Vector3
endPosition Vector3
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

DiceMats public_oe property

public List DiceMats
Résultat List

createSpot public_oe property

public Transform createSpot
Résultat Transform

cube public_oe property

public GameObject cube
Résultat GameObject

d10 public_oe property

public GameObject d10
Résultat GameObject

d100 public_oe property

public GameObject d100
Résultat GameObject

d12 public_oe property

public GameObject d12
Résultat GameObject

d20 public_oe property

public GameObject d20
Résultat GameObject

d4 public_oe property

public GameObject d4
Résultat GameObject

d6_r_d public_oe property

public GameObject d6_r_d
Résultat GameObject

d6_r_p public_oe property

public GameObject d6_r_p
Résultat GameObject

d6_s_d public_oe property

public GameObject d6_s_d
Résultat GameObject

d6_s_p public_oe property

public GameObject d6_s_p
Résultat GameObject

d8 public_oe property

public GameObject d8
Résultat GameObject

throwForce public_oe property

public float throwForce
Résultat float