Enum TextureSizeMode
The mode that determines the size of a Texture.
Namespace: UnityEngine.Rendering.RenderGraphModule
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public enum TextureSizeMode
Fields
Name | Description |
---|---|
Explicit | Explicit size. |
Functor | Size automatically scaled by a Functor. |
Scale | Size automatically scaled by a Vector. |