C# Class LeapInput, lightitup

Inheritance: MonoBehaviour
Afficher le fichier Open project: brennon/lightitup Class Usage Examples

Méthodes publiques

Свойство Type Description
EnableRotation bool
EnableScaling bool
EnableTranslation bool
TaskMode int

Méthodes publiques

Méthode Description
ChangeMode ( int mod ) : void
EnableInteraction ( string type ) : void
Update ( ) : void

Private Methods

Méthode Description
DispatchFoundEvents ( Frame, newFrame, Frame, oldFrame ) : void
DispatchLostEvents ( Frame, newFrame, Frame, oldFrame ) : void
DispatchUpdatedEvents ( Frame, newFrame, Frame, oldFrame ) : void

Method Details

ChangeMode() public static méthode

public static ChangeMode ( int mod ) : void
mod int
Résultat void

EnableInteraction() public static méthode

public static EnableInteraction ( string type ) : void
type string
Résultat void

Update() public static méthode

public static Update ( ) : void
Résultat void

Property Details

EnableRotation public_oe static_oe property

public static bool EnableRotation
Résultat bool

EnableScaling public_oe static_oe property

public static bool EnableScaling
Résultat bool

EnableTranslation public_oe static_oe property

public static bool EnableTranslation
Résultat bool

TaskMode public_oe static_oe property

public static int TaskMode
Résultat int