C# 클래스 VRInteraction.VRIInteractables

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: TomorrowTodayLabs/VRInteraction 1 사용 예제들

공개 메소드들

메소드 설명
Deregister ( VRIInteractable interactable ) : void
GetInteractable ( Collider collider ) : VRIInteractable
Initialize ( ) : void
Register ( VRIInteractable interactable, Collider colliders ) : void

메소드 상세

Deregister() 공개 정적인 메소드

public static Deregister ( VRIInteractable interactable ) : void
interactable VRIInteractable
리턴 void

GetInteractable() 공개 정적인 메소드

public static GetInteractable ( Collider collider ) : VRIInteractable
collider UnityEngine.Collider
리턴 VRIInteractable

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Register() 공개 정적인 메소드

public static Register ( VRIInteractable interactable, Collider colliders ) : void
interactable VRIInteractable
colliders UnityEngine.Collider
리턴 void