Share via


Compositor.CreateSpotLight Method

Definition

Creates an instance of SpotLight.

public:
 virtual SpotLight ^ CreateSpotLight() = CreateSpotLight;
SpotLight CreateSpotLight();
public SpotLight CreateSpotLight();
function createSpotLight()
Public Function CreateSpotLight () As SpotLight

Returns

Returns the created SpotLight object.

Applies to

See also