CreateLight abstract method
LightStructType
CreateLight(
- LightType type,
- Vector3StructType position,
- Vector3StructType target,
- ColorStructType color,
- ShaderStructType shader,
Implementation
LightStructType CreateLight(
LightType type,
Vector3StructType position,
Vector3StructType target,
ColorStructType color,
ShaderStructType shader,
);