C# Class MBSyncToCursor2D, Pharos

Class to set transform to match mouse cursor
Inheritance: MBEditorEnabledScript
Exibir arquivo Open project: rstaewen/Pharos

Public Properties

Property Type Description
Distance float

Protected Methods

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

Method Details

Awake() protected method

protected Awake ( ) : 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

Distance public_oe property

The z-plane distance from the camera to translate to
public float Distance
return float