MaterialAssetData
此内容尚不支持你的语言。
Defined in: material.ts:91
Properties
Section titled “Properties”blendMode?
Section titled “blendMode?”
optionalblendMode?:number
Defined in: material.ts:97
optionalcull?:number
Defined in: material.ts:100
depthTest?
Section titled “depthTest?”
optionaldepthTest?:boolean
Defined in: material.ts:98
depthWrite?
Section titled “depthWrite?”
optionaldepthWrite?:boolean
Defined in: material.ts:99
instanceOf?
Section titled “instanceOf?”
optionalinstanceOf?:string
Defined in: material.ts:106
Parent material asset ref — present on a material instance (UE MaterialInstanceConstant).
The shader and any non-overridden render state are inherited from the parent; shader
is then ignored and properties carries only the overridden parameters (the diff).
properties
Section titled “properties”properties:
Record<string,unknown>
Defined in: material.ts:109
shader
Section titled “shader”shader:
string
Defined in: material.ts:94
switches?
Section titled “switches?”
optionalswitches?:Record<string,boolean>
Defined in: material.ts:108
Enabled static switches (#pragma switch) — selects the shader permutation at load.
type:
"material"
Defined in: material.ts:93
version
Section titled “version”version:
string
Defined in: material.ts:92