共用方式為


Entity.GlobalTransform 屬性

定義

計算全域空間中這個實體的轉換,以用於轉譯。

public:
 property Microsoft::Azure::RemoteRendering::Transform GlobalTransform { Microsoft::Azure::RemoteRendering::Transform get(); };
public Microsoft.Azure.RemoteRendering.Transform GlobalTransform { get; }
member this.GlobalTransform : Microsoft.Azure.RemoteRendering.Transform
Public ReadOnly Property GlobalTransform As Transform

屬性值

備註

用戶端 API 只會儲存本機轉換數據,因此在內部,此函式需要透過周遊階層來計算全域位置。 因此,這是一個計算密集型函式,只有在選取的一組實體需要時才應該呼叫。 不過,此函式仍然比在用戶端程式代碼中手動周遊實體階層快得多。 無法設定實體的全域轉換。

適用於