C# 클래스 VRInteraction.VRIInteractableItem

상속: VRIInteractable
파일 보기 프로젝트 열기: TomorrowTodayLabs/VRInteraction

공개 프로퍼티들

프로퍼티 타입 설명
InteractionPoint UnityEngine.Transform

보호된 프로퍼티들

프로퍼티 타입 설명
AttachedPositionMagic float
AttachedRotationMagic float
PickupTransform UnityEngine.Transform

공개 메소드들

메소드 설명
BeginInteraction ( VRIHand hand ) : void
EndInteraction ( ) : void

보호된 메소드들

메소드 설명
FixedUpdate ( ) : void

메소드 상세

BeginInteraction() 공개 메소드

public BeginInteraction ( VRIHand hand ) : void
hand VRIHand
리턴 void

EndInteraction() 공개 메소드

public EndInteraction ( ) : void
리턴 void

FixedUpdate() 보호된 메소드

protected FixedUpdate ( ) : void
리턴 void

프로퍼티 상세

AttachedPositionMagic 보호되어 있는 프로퍼티

protected float AttachedPositionMagic
리턴 float

AttachedRotationMagic 보호되어 있는 프로퍼티

protected float AttachedRotationMagic
리턴 float

InteractionPoint 공개적으로 프로퍼티

public Transform,UnityEngine InteractionPoint
리턴 UnityEngine.Transform

PickupTransform 보호되어 있는 프로퍼티

protected Transform,UnityEngine PickupTransform
리턴 UnityEngine.Transform