C# Class Clock, ThreeDWorld

Inheritance: MonoBehaviour
Datei anzeigen Open project: dicarlolab/ThreeDWorld Class Usage Examples

Public Properties

Property Type Description
clockSpeed float
hour int
minutes int
pointerHours GameObject
pointerMinutes GameObject
pointerSeconds GameObject
realTime bool
second int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

clockSpeed public_oe property

public float clockSpeed
return float

hour public_oe property

public int hour
return int

minutes public_oe property

public int minutes
return int

pointerHours public_oe property

public GameObject pointerHours
return GameObject

pointerMinutes public_oe property

public GameObject pointerMinutes
return GameObject

pointerSeconds public_oe property

public GameObject pointerSeconds
return GameObject

realTime public_oe property

public bool realTime
return bool

second public_oe property

public int second
return int