프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
static public Set ( UIAtlas, atlas, string sprite ) : void | ||
atlas | UIAtlas, | |
sprite | string | |
리턴 | void |