C# 클래스 GrabbableSizedObject, OCDEscape

상속: GrabbableObject
파일 보기 프로젝트 열기: gadauto3/OCDEscape 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
size int
trigger GameObject

공개 메소드들

메소드 설명
OffInteract ( GazePointer, pointer, Transform objectToInteractWith ) : bool
OnInteract ( GazePointer, pointer ) : bool

보호된 메소드들

메소드 설명
GetMoveToAnchorOffsetPosition ( ) : Vector3
GetMoveToNotGrabbedOffsetPosition ( ) : Vector3
GetMoveToNotGrabbedPosition ( ) : Vector3
GetMoveToNotGrabbedRotation ( ) : Quaternion
MoveToAnchorPosition ( ) : IEnumerator
MoveToNotGrabbedPosition ( ) : IEnumerator

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

GetMoveToAnchorOffsetPosition() 보호된 메소드

protected GetMoveToAnchorOffsetPosition ( ) : Vector3
리턴 Vector3

GetMoveToNotGrabbedOffsetPosition() 보호된 메소드

protected GetMoveToNotGrabbedOffsetPosition ( ) : Vector3
리턴 Vector3

GetMoveToNotGrabbedPosition() 보호된 메소드

protected GetMoveToNotGrabbedPosition ( ) : Vector3
리턴 Vector3

GetMoveToNotGrabbedRotation() 보호된 메소드

protected GetMoveToNotGrabbedRotation ( ) : Quaternion
리턴 Quaternion

MoveToAnchorPosition() 보호된 메소드

protected MoveToAnchorPosition ( ) : IEnumerator
리턴 IEnumerator

MoveToNotGrabbedPosition() 보호된 메소드

protected MoveToNotGrabbedPosition ( ) : IEnumerator
리턴 IEnumerator

OffInteract() 공개 메소드

public OffInteract ( GazePointer, pointer, Transform objectToInteractWith ) : bool
pointer GazePointer,
objectToInteractWith Transform
리턴 bool

OnInteract() 공개 메소드

public OnInteract ( GazePointer, pointer ) : bool
pointer GazePointer,
리턴 bool

프로퍼티 상세

size 공개적으로 프로퍼티

public int size
리턴 int

trigger 공개적으로 프로퍼티

public GameObject trigger
리턴 GameObject