Show / Hide Table of Contents

Enum TexRes

Common texture resolutions for render textures. The value is given in px.

Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum TexRes

Fields

Name Description
High

Create textures in high resolution.

Low

Create textures in low resolution.

Middle

Create textures in middle resolution.

Generated by DocFX
GitHub Repo
Back to top