Show / Hide Table of Contents

Enum TMaterial.WrappingMode

The texture wrapping mode.

Namespace: Tanvas.TanvasTouch.Resources
Assembly: Tanvas.TanvasTouch.dll
Syntax
public enum WrappingMode : int

Fields

Name Description
Clamp

The texture UV is clamped inside [0, 1].

Tile

The material will try to tile the texture if UV is outside of [0, 1].

Back to top Generated by DocFX