SceneModelTransform.Scale 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 x、y 和 Z 軸上節點的相對大小。
public:
property float3 Scale { float3 get(); void set(float3 value); };
float3 Scale();
void Scale(float3 value);
public Vector3 Scale { get; set; }
var vector3 = sceneModelTransform.scale;
sceneModelTransform.scale = vector3;
Public Property Scale As Vector3
屬性值
向量,描述 x、y 和 Z 軸上節點的相對大小。