C# 클래스 ContentManager, NewCloud

상속: UIMonoBehaviour, IBeginDragHandler
파일 보기 프로젝트 열기: nileshlg2003/NewCloud 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AugmentationObject GameObject

공개 메소드들

메소드 설명
OnTrackableStateChanged ( TrackableBehaviour, previousStatus, TrackableBehaviour, newStatus ) : void

Implementation of the ITrackableEventHandler function called when the tracking state changes.

ShowObject ( bool tf ) : void
Start ( ) : void

메소드 상세

OnTrackableStateChanged() 공개 메소드

Implementation of the ITrackableEventHandler function called when the tracking state changes.
public OnTrackableStateChanged ( TrackableBehaviour, previousStatus, TrackableBehaviour, newStatus ) : void
previousStatus TrackableBehaviour,
newStatus TrackableBehaviour,
리턴 void

ShowObject() 공개 메소드

public ShowObject ( bool tf ) : void
tf bool
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

AugmentationObject 공개적으로 프로퍼티

The root gameobject that serves as an augmentation for the image targets created by search results
public GameObject AugmentationObject
리턴 GameObject