PointLight constructor

PointLight(
  1. String name,
  2. Vector3 position,
  3. Scene scene
)

Implementation

external PointLight(String name, Vector3 position, Scene scene);