Compositor.CreatePointLight 方法

定义

创建 PointLight 的实例。

public:
 virtual PointLight ^ CreatePointLight() = CreatePointLight;
PointLight CreatePointLight();
public PointLight CreatePointLight();
function createPointLight()
Public Function CreatePointLight () As PointLight

返回

返回创建的 PointLight 对象。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

适用于

另请参阅