C# Class Clock, ThreeDWorld

Inheritance: MonoBehaviour
Afficher le fichier Open project: dicarlolab/ThreeDWorld Class Usage Examples

Méthodes publiques

Свойство Type Description
clockSpeed float
hour int
minutes int
pointerHours GameObject
pointerMinutes GameObject
pointerSeconds GameObject
realTime bool
second int

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

clockSpeed public_oe property

public float clockSpeed
Résultat float

hour public_oe property

public int hour
Résultat int

minutes public_oe property

public int minutes
Résultat int

pointerHours public_oe property

public GameObject pointerHours
Résultat GameObject

pointerMinutes public_oe property

public GameObject pointerMinutes
Résultat GameObject

pointerSeconds public_oe property

public GameObject pointerSeconds
Résultat GameObject

realTime public_oe property

public bool realTime
Résultat bool

second public_oe property

public int second
Résultat int