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