메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
LoadModel ( string model ) : void | ||
RenderImage ( GGraph holder ) : System.Collections | ||
SetBackground ( GObject, image ) : void |
The rendertexture is not transparent. So if you want to the UI elements can be seen in the back of the models/particles in rendertexture, you can set a maximunm two images for background. Be careful if your image is 9 grid scaling, you must make sure the place holder is inside the middle box(dont cover from border to middle).
|
|
SetBackground ( GObject, image1, GObject, image2 ) : void |
The rendertexture is not transparent. So if you want to the UI elements can be seen in the back of the models/particles in rendertexture, you can set a maximunm two images for background.
|
|
StartRotate ( float delta ) : void | ||
StopRotate ( ) : void | ||
UnloadModel ( ) : void |
메소드 | 설명 | |
---|---|---|
CreateTexture ( ) : void | ||
DestroyTexture ( ) : void | ||
OnAddedToStage ( ) : void | ||
OnRemoveFromStage ( ) : void | ||
Render ( object param = null ) : void | ||
SetLayer ( GameObject go, int layer ) : void |
public RenderImage ( GGraph holder ) : System.Collections | ||
holder | GGraph | |
리턴 | System.Collections |
public SetBackground ( GObject, image1, GObject, image2 ) : void | ||
image1 | GObject, | |
image2 | GObject, | |
리턴 | void |