Entity.Scale 属性

定义

相对于父节点缩放。

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

属性值

注解

InvalidParam如果给定值为 NaN 或无限,则会发生错误。

适用于