Documentation / scene / BluePrintUniformTexture
Interface: BluePrintUniformTexture
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:150
Represents a uniform texture and its sampler in the blueprint intermediate representation
Extends
Properties
name
name:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:133
Inherited from
type
type:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:134
Inherited from
texture
texture:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:135
Inherited from
exposed
exposed:
boolean
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:136
Inherited from
sRGB
sRGB:
boolean
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:137
Inherited from
wrapS
wrapS:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:138
Inherited from
wrapT
wrapT:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:139
Inherited from
minFilter
minFilter:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:140
Inherited from
magFilter
magFilter:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:141
Inherited from
mipFilter
mipFilter:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:142
Inherited from
inVertexShader
inVertexShader:
boolean
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:151
inFragmentShader
inFragmentShader:
boolean
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:152
finalTexture?
optionalfinalTexture?:DRef<BaseTexture<unknown>>
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:153
finalSampler?
optionalfinalSampler?:TextureSampler
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:154
params?
optionalparams?:Vector4
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:155