Table of Contents

Class View

Namespace
TaleWorlds.Engine
Assembly
TaleWorlds.Engine.dll
[EngineClass("rglView")]
public abstract class View : NativeObject
Inheritance
View
Derived
Inherited Members

Methods

DontClearBackground()

public void DontClearBackground()

SetAutoDepthTargetCreation(bool)

public void SetAutoDepthTargetCreation(bool value)

Parameters

value bool

SetClearColor(uint)

public void SetClearColor(uint rgba)

Parameters

rgba uint

SetDepthTarget(Texture)

public void SetDepthTarget(Texture texture)

Parameters

texture Texture

SetEnable(bool)

public void SetEnable(bool value)

Parameters

value bool

SetFileNameToSaveResult(string)

public void SetFileNameToSaveResult(string name)

Parameters

name string

SetFilePathToSaveResult(string)

public void SetFilePathToSaveResult(string name)

Parameters

name string

SetFileTypeToSave(TextureSaveFormat)

public void SetFileTypeToSave(View.TextureSaveFormat format)

Parameters

format View.TextureSaveFormat

SetOffset(Vec2)

public void SetOffset(Vec2 offset)

Parameters

offset Vec2

SetRenderOnDemand(bool)

public void SetRenderOnDemand(bool value)

Parameters

value bool

SetRenderOption(ViewRenderOptions, bool)

public void SetRenderOption(View.ViewRenderOptions optionEnum, bool value)

Parameters

optionEnum View.ViewRenderOptions
value bool

SetRenderOrder(int)

public void SetRenderOrder(int value)

Parameters

value int

SetRenderTarget(Texture)

public void SetRenderTarget(Texture texture)

Parameters

texture Texture

SetSaveFinalResultToDisk(bool)

public void SetSaveFinalResultToDisk(bool value)

Parameters

value bool

SetScale(Vec2)

public void SetScale(Vec2 scale)

Parameters

scale Vec2

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).