C# Class GrabbableSizedObject, OCDEscape

Inheritance: GrabbableObject
Afficher le fichier Open project: gadauto3/OCDEscape Class Usage Examples

Méthodes publiques

Свойство Type Description
size int
trigger GameObject

Méthodes publiques

Méthode Description
OffInteract ( GazePointer, pointer, Transform objectToInteractWith ) : bool
OnInteract ( GazePointer, pointer ) : bool

Méthodes protégées

Méthode Description
GetMoveToAnchorOffsetPosition ( ) : Vector3
GetMoveToNotGrabbedOffsetPosition ( ) : Vector3
GetMoveToNotGrabbedPosition ( ) : Vector3
GetMoveToNotGrabbedRotation ( ) : Quaternion
MoveToAnchorPosition ( ) : IEnumerator
MoveToNotGrabbedPosition ( ) : IEnumerator

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

GetMoveToAnchorOffsetPosition() protected méthode

protected GetMoveToAnchorOffsetPosition ( ) : Vector3
Résultat Vector3

GetMoveToNotGrabbedOffsetPosition() protected méthode

protected GetMoveToNotGrabbedOffsetPosition ( ) : Vector3
Résultat Vector3

GetMoveToNotGrabbedPosition() protected méthode

protected GetMoveToNotGrabbedPosition ( ) : Vector3
Résultat Vector3

GetMoveToNotGrabbedRotation() protected méthode

protected GetMoveToNotGrabbedRotation ( ) : Quaternion
Résultat Quaternion

MoveToAnchorPosition() protected méthode

protected MoveToAnchorPosition ( ) : IEnumerator
Résultat IEnumerator

MoveToNotGrabbedPosition() protected méthode

protected MoveToNotGrabbedPosition ( ) : IEnumerator
Résultat IEnumerator

OffInteract() public méthode

public OffInteract ( GazePointer, pointer, Transform objectToInteractWith ) : bool
pointer GazePointer,
objectToInteractWith Transform
Résultat bool

OnInteract() public méthode

public OnInteract ( GazePointer, pointer ) : bool
pointer GazePointer,
Résultat bool

Property Details

size public_oe property

public int size
Résultat int

trigger public_oe property

public GameObject trigger
Résultat GameObject