C# Class LMWidgets.DialModeBase

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid Class Usage Examples

Méthodes publiques

Свойство Type Description
dialGraphics DialGraphics
steps int

Méthodes protégées

Méthode Description
ApplyConstraints ( ) : void
ApplyRotations ( ) : void
MinAngleToZero ( float angle ) : float
RestrictAngle ( float setAngle ) : float
RestrictStep ( float setAngle ) : int
SnapToStep ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
EndInteraction ( ) : void
FixedUpdate ( ) : void
IsHand ( Collider other ) : bool
OnDisable ( ) : void
OnEnable ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void

Method Details

ApplyConstraints() protected méthode

protected ApplyConstraints ( ) : void
Résultat void

ApplyRotations() protected méthode

protected ApplyRotations ( ) : void
Résultat void

MinAngleToZero() protected méthode

protected MinAngleToZero ( float angle ) : float
angle float
Résultat float

RestrictAngle() protected méthode

protected RestrictAngle ( float setAngle ) : float
setAngle float
Résultat float

RestrictStep() protected méthode

protected RestrictStep ( float setAngle ) : int
setAngle float
Résultat int

SnapToStep() protected méthode

protected SnapToStep ( ) : void
Résultat void

Property Details

dialGraphics public_oe property

public DialGraphics dialGraphics
Résultat DialGraphics

steps public_oe property

public int steps
Résultat int