Nodes > Inputs > Parameters > Texture 3D Object Parameter

Exposes a 3d texture object parameter on the material. This value can be modified through the Inspector panel or by script at runtime.
Outputs
| Name | Type | Description |
|---|---|---|
| Texture | TEXTURE_OBJECT_3D | Texture asset that can be used for sampling |
| Texture Size | float | Dimensions of the texture (width, height, depth), in pixels |
| Pixel Size | float |
Width, height and depth of a pixel (1/texture size)
Properties
| Name | Type | Description |
|---|---|---|
| Title | string | Title used for this parameter when viewing the Material in the Inspector |
| Script Name | string | Variable name scripts can use to access this parameter through the Material’s mainPass |
| Expose Size Outputs | bool | If set to "Auto", LOD will be handled automatically. If set to "Custom", the LOD input will be exposed and used instead |
| Group | string | If not empty, specifies the parameter group this parameter is shown in |
| Sort Index | int | Specifies the order this should be listed relative to other parameters |
| Tooltip | string | Tooltip message shown on mouse hover |
Was this page helpful?