mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-02-19 08:25:46 +01:00
11 lines
307 B
Text
11 lines
307 B
Text
![]() |
/// @func BBMOD_LightmapMaterial([_shader])
|
||
|
///
|
||
|
/// @extends BBMOD_DefaultLightmapMaterial
|
||
|
///
|
||
|
/// @deprecated Please use {@link BBMOD_DefaultLightmapMaterial} instead.
|
||
|
function BBMOD_LightmapMaterial(_shader=undefined)
|
||
|
: BBMOD_DefaultLightmapMaterial(_shader) constructor
|
||
|
{
|
||
|
BBMOD_CLASS_GENERATED_BODY;
|
||
|
}
|