A constructor defined in BBMOD_MaterialPropertyBlock.gml
A collection of material properties. Useful in case you want to use the same material when rendering multiple models and only change some of its properties for each model.
Name | Description |
---|---|
apply | Applies properties to a shader. |
clear | Removes all properties. |
clone | Creates a shallow clone of the material property block. |
copy | Shallowly copies properties into another material property block. |
get | Retrieves a value of a property. |
get_names | Retrieves an array of names of properties that the material property block has. |
has | Checks whether the material property block has a property with given name. |
remove | Removes a property with given name. |
set | Sets a property to given value. |
set_color | Sets a value of a BBMOD_EShaderUniformType.Color property. |
set_float | Sets a value of a BBMOD_EShaderUniformType.Float property. |
set_float2 | Sets a value of a BBMOD_EShaderUniformType.Float2 property. |
set_float3 | Sets a value of a BBMOD_EShaderUniformType.Float3 property. |
set_float4 | Sets a value of a BBMOD_EShaderUniformType.Float4 property. |
set_float_array | Sets a value of a BBMOD_EShaderUniformType.FloatArray property. |
set_int | Sets a value of a BBMOD_EShaderUniformType.Int property. |
set_int2 | Sets a value of a BBMOD_EShaderUniformType.Int2 property. |
set_int3 | Sets a value of a BBMOD_EShaderUniformType.Int3 property. |
set_int4 | Sets a value of a BBMOD_EShaderUniformType.Int4 property. |
set_int_array | Sets a value of a BBMOD_EShaderUniformType.IntArray property. |
set_matrix | Sets a value of a BBMOD_EShaderUniformType.Matrix property. |
set_matrix_array | Sets a value of a BBMOD_EShaderUniformType.MatrixArray property. |
set_sampler | Sets a value of a BBMOD_EShaderUniformType.Sampler property. |
bbmod_material_props_get, bbmod_material_props_reset, bbmod_material_props_set
Copyright © 2025, BlueBurn. Built on March 23, 2025 using GMDoc.