Gets or sets a light source position. The position is presented as a vector of three coordinates (x, y, z).
public float[] Position {get; set;}
public: __property float[]* get_Position();
public: __property void set_Position(
float[]* value
);
Property Value
An array of three point coordinates - x, y and z.