public class RenderProgressProc
extends java.lang.Object
| Constructor and Description |
|---|
RenderProgressProc()
Render progress callback function, a class used to notify client of the progress during rendering operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Call(float stagePercent,
java.lang.String info,
RenderProgressStage stage) |
void |
delete() |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
public RenderProgressProc()
public void delete()
public void swigReleaseOwnership()
public void swigTakeOwnership()
public void Call(float stagePercent,
java.lang.String info,
RenderProgressStage stage)