C# Class MBRotateAxis, Pharos

Class to steady rotate by a certain amount
Inheritance: MBEditorEnabledScript
Mostra file Open project: rstaewen/Pharos

Public Properties

Property Type Description
Value Vector3

Protected Methods

Method Description
OnDisable ( ) : void
OnPlaying ( ) : void
OnStartsPlaying ( ) : void
OnStopsPlaying ( ) : void

Method Details

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnPlaying() protected method

protected OnPlaying ( ) : void
return void

OnStartsPlaying() protected method

protected OnStartsPlaying ( ) : void
return void

OnStopsPlaying() protected method

protected OnStopsPlaying ( ) : void
return void

Property Details

Value public_oe property

public Vector3 Value
return Vector3