ProtoFlux:Texture3DFormat: Difference between revisions

From Resonite Wiki
Create Texture3D Format ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Texture3D Format to ProtoFlux:Texture3DFormat: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:36, 21 August 2025

Texture 3D Format
Texture
Size
Format
MipMapCount
Assets

Texture 3D Format is a ProtoFlux node that returns some of the MetaData associated with a StaticTexture3D Component.

Inputs

Texture (IAsset`1<Texture3D>)

The texture to read the metadata for.

Outputs

Size (int3)

The size of the texture in pixels.

Format (TextureFormat)

The TextureFormat the texture is in.

MipMapCount (int)

How many mipmap levels this texture has.

Examples