C# Класс VRTK.VRTK_Lever

Наследование: VRTK.VRTK_Control
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
leverHingeJoint HingeJoint
leverHingeJointCreated bool
leverRigidbody Rigidbody

Защищенные методы

Метод Описание
CalculateValue ( ) : float
DetectSetup ( ) : bool
HandleUpdate ( ) : void
InitHingeJoint ( ) : void
InitInteractableObject ( ) : void
InitRequiredComponents ( ) : void
InitRigidbody ( ) : void
InteractableObjectGrabbed ( object sender, VRTK.InteractableObjectEventArgs e ) : void
InteractableObjectUngrabbed ( object sender, VRTK.InteractableObjectEventArgs e ) : void
RegisterValueRange ( ) : ControlValueRange
SnapToValue ( float value ) : void

Описание методов

CalculateValue() защищенный Метод

protected CalculateValue ( ) : float
Результат float

DetectSetup() защищенный Метод

protected DetectSetup ( ) : bool
Результат bool

HandleUpdate() защищенный Метод

protected HandleUpdate ( ) : void
Результат void

InitHingeJoint() защищенный Метод

protected InitHingeJoint ( ) : void
Результат void

InitInteractableObject() защищенный Метод

protected InitInteractableObject ( ) : void
Результат void

InitRequiredComponents() защищенный Метод

protected InitRequiredComponents ( ) : void
Результат void

InitRigidbody() защищенный Метод

protected InitRigidbody ( ) : void
Результат void

InteractableObjectGrabbed() защищенный Метод

protected InteractableObjectGrabbed ( object sender, VRTK.InteractableObjectEventArgs e ) : void
sender object
e VRTK.InteractableObjectEventArgs
Результат void

InteractableObjectUngrabbed() защищенный Метод

protected InteractableObjectUngrabbed ( object sender, VRTK.InteractableObjectEventArgs e ) : void
sender object
e VRTK.InteractableObjectEventArgs
Результат void

RegisterValueRange() защищенный Метод

protected RegisterValueRange ( ) : ControlValueRange
Результат ControlValueRange

SnapToValue() защищенный Метод

protected SnapToValue ( float value ) : void
value float
Результат void

Описание свойств

leverHingeJoint защищенное свойство

protected HingeJoint leverHingeJoint
Результат HingeJoint

leverHingeJointCreated защищенное свойство

protected bool leverHingeJointCreated
Результат bool

leverRigidbody защищенное свойство

protected Rigidbody leverRigidbody
Результат Rigidbody