mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-02-15 22:55:13 +01:00
10 lines
330 B
Text
10 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;
|
|
}
|