CreateLight abstract method

LightStructType CreateLight(
  1. LightType type,
  2. Vector3StructType position,
  3. Vector3StructType target,
  4. ColorStructType color,
  5. ShaderStructType shader,
)

Implementation

LightStructType CreateLight(
  LightType type,
  Vector3StructType position,
  Vector3StructType target,
  ColorStructType color,
  ShaderStructType shader,
);