C# 클래스 UICursor, TheUnseen

상속: MonoBehaviour
파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
instance UICursor
uiCamera Camera

공개 메소드들

메소드 설명
Clear ( ) : void

Clear the cursor back to its original value.

Set ( UIAtlas, atlas, string sprite ) : void

Override the cursor with the specified sprite.

비공개 메소드들

메소드 설명
Awake ( ) : void

Keep an instance reference so this class can be easily found.

OnDestroy ( ) : void
Start ( ) : void

Cache the expected components and starting values.

Update ( ) : void

Reposition the widget.

메소드 상세

Clear() 정적인 공개 메소드

Clear the cursor back to its original value.
static public Clear ( ) : void
리턴 void

Set() 정적인 공개 메소드

Override the cursor with the specified sprite.
static public Set ( UIAtlas, atlas, string sprite ) : void
atlas UIAtlas,
sprite string
리턴 void

프로퍼티 상세

instance 정적으로 공개적으로 프로퍼티

static public UICursor instance
리턴 UICursor

uiCamera 공개적으로 프로퍼티

public Camera uiCamera
리턴 Camera