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