C# Class Clock, ThreeDWorld

Inheritance: MonoBehaviour
Show file 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 property

public float clockSpeed
return float

hour public property

public int hour
return int

minutes public property

public int minutes
return int

pointerHours public property

public GameObject pointerHours
return GameObject

pointerMinutes public property

public GameObject pointerMinutes
return GameObject

pointerSeconds public property

public GameObject pointerSeconds
return GameObject

realTime public property

public bool realTime
return bool

second public property

public int second
return int