Inherits TaleWorlds.Engine.View.
|
void | BeginFrame () |
|
void | EndFrame () |
|
void | Clear () |
|
void | CreateMeshFromDescription (float[] vertices, float[] uvs, uint[] indices, int indexCount, Material material, TwoDimensionMeshDrawData meshDrawData) |
|
void | CreateMeshFromDescription (Material material, TwoDimensionMeshDrawData meshDrawData) |
|
bool | CreateTextMeshFromCache (Material material, TwoDimensionTextMeshDrawData meshDrawData) |
|
void | CreateTextMeshFromDescription (float[] vertices, float[] uvs, uint[] indices, int indexCount, Material material, TwoDimensionTextMeshDrawData meshDrawData) |
|
void | SetScale (Vec2 scale) |
|
void | SetOffset (Vec2 offset) |
|
void | SetRenderOrder (int value) |
|
void | SetRenderOption (ViewRenderOptions optionEnum, bool value) |
|
void | SetRenderTarget (Texture texture) |
|
void | SetDepthTarget (Texture texture) |
|
void | DontClearBackground () |
|
void | SetClearColor (uint rgba) |
|
void | SetEnable (bool value) |
|
void | SetRenderOnDemand (bool value) |
|
void | SetAutoDepthTargetCreation (bool value) |
|
void | SetSaveFinalResultToDisk (bool value) |
|
void | SetFileNameToSaveResult (string name) |
|
void | SetFileTypeToSave (TextureSaveFormat format) |
|
void | SetFilePathToSaveResult (string name) |
|
◆ CreateTwoDimension()
static TwoDimensionView TaleWorlds.Engine.TwoDimensionView.CreateTwoDimension |
( |
| ) |
|
|
static |
◆ BeginFrame()
void TaleWorlds.Engine.TwoDimensionView.BeginFrame |
( |
| ) |
|
◆ EndFrame()
void TaleWorlds.Engine.TwoDimensionView.EndFrame |
( |
| ) |
|
◆ Clear()
void TaleWorlds.Engine.TwoDimensionView.Clear |
( |
| ) |
|
◆ CreateMeshFromDescription() [1/2]
void TaleWorlds.Engine.TwoDimensionView.CreateMeshFromDescription |
( |
float[] |
vertices, |
|
|
float[] |
uvs, |
|
|
uint[] |
indices, |
|
|
int |
indexCount, |
|
|
Material |
material, |
|
|
TwoDimensionMeshDrawData |
meshDrawData |
|
) |
| |
◆ CreateMeshFromDescription() [2/2]
◆ CreateTextMeshFromCache()
◆ CreateTextMeshFromDescription()
void TaleWorlds.Engine.TwoDimensionView.CreateTextMeshFromDescription |
( |
float[] |
vertices, |
|
|
float[] |
uvs, |
|
|
uint[] |
indices, |
|
|
int |
indexCount, |
|
|
Material |
material, |
|
|
TwoDimensionTextMeshDrawData |
meshDrawData |
|
) |
| |