CutPlaneComponent.Normal 属性

定义

当拥有 Entity 具有标识旋转时剪切平面的坐标轴。

public:
 property Microsoft::Azure::RemoteRendering::Axis Normal { Microsoft::Azure::RemoteRendering::Axis get(); void set(Microsoft::Azure::RemoteRendering::Axis value); };
public Microsoft.Azure.RemoteRendering.Axis Normal { get; set; }
member this.Normal : Microsoft.Azure.RemoteRendering.Axis with get, set
Public Property Normal As Axis

属性值

注解

最终位于剪切平面后面的像素将被呈现器丢弃。

InvalidParam如果传入的轴在范围外,则会发生错误。

适用于