CutPlaneComponent.Normal 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当拥有 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如果传入的轴在范围外,则会发生错误。