C# Class LeapInput, lightitup

Inheritance: MonoBehaviour
Show file Open project: brennon/lightitup Class Usage Examples

Public Properties

Property Type Description
EnableRotation bool
EnableScaling bool
EnableTranslation bool
TaskMode int

Public Methods

Method Description
ChangeMode ( int mod ) : void
EnableInteraction ( string type ) : void
Update ( ) : void

Private Methods

Method Description
DispatchFoundEvents ( Frame, newFrame, Frame, oldFrame ) : void
DispatchLostEvents ( Frame, newFrame, Frame, oldFrame ) : void
DispatchUpdatedEvents ( Frame, newFrame, Frame, oldFrame ) : void

Method Details

ChangeMode() public static method

public static ChangeMode ( int mod ) : void
mod int
return void

EnableInteraction() public static method

public static EnableInteraction ( string type ) : void
type string
return void

Update() public static method

public static Update ( ) : void
return void

Property Details

EnableRotation public static property

public static bool EnableRotation
return bool

EnableScaling public static property

public static bool EnableScaling
return bool

EnableTranslation public static property

public static bool EnableTranslation
return bool

TaskMode public static property

public static int TaskMode
return int