A function defined in __bbmod_save.gml
bbmod_object_add_gmshader(_object, _name)
Adds a serialiazble BBMOD_EPropertyType.GMShader property to an object.
Name | Type | Description |
---|---|---|
_object | Asset.GMObject |
The object to add the property to. |
_name | String |
The property name. |
Struct.BBMOD_Property
The created property.
This is just a shorthand for bbmod_object_add_property.
BBMOD_Property, bbmod_object_add_property
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.