SceneMeshMaterialAttributeMap クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
シーン メッシュのマテリアルアトリビュートのコレクションをキー/値ペアとして表します。
public ref class SceneMeshMaterialAttributeMap sealed : SceneObject, IIterable<IKeyValuePair<Platform::String ^, SceneAttributeSemantic> ^>, IMap<Platform::String ^, SceneAttributeSemantic>
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SceneMeshMaterialAttributeMap final : SceneObject, IIterable<IKeyValuePair<winrt::hstring, SceneAttributeSemantic>>, IMap<winrt::hstring, SceneAttributeSemantic>
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
class SceneMeshMaterialAttributeMap final : SceneObject, IIterable<IKeyValuePair<winrt::hstring, SceneAttributeSemantic>>, IMap<winrt::hstring, SceneAttributeSemantic>
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SceneMeshMaterialAttributeMap : SceneObject, IDictionary<string,SceneAttributeSemantic>, IEnumerable<KeyValuePair<string,SceneAttributeSemantic>>
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public sealed class SceneMeshMaterialAttributeMap : SceneObject, IDictionary<string,SceneAttributeSemantic>, IEnumerable<KeyValuePair<string,SceneAttributeSemantic>>
Public NotInheritable Class SceneMeshMaterialAttributeMap
Inherits SceneObject
Implements IDictionary(Of String, SceneAttributeSemantic), IEnumerable(Of KeyValuePair(Of String, SceneAttributeSemantic))
- 継承
- 属性
- 実装
-
IDictionary<String,SceneAttributeSemantic> IMap<Platform::String,SceneAttributeSemantic> IMap<winrt::hstring,SceneAttributeSemantic> IIterable<IKeyValuePair<K,V>> IEnumerable<KeyValuePair<K,V>> IEnumerable<KeyValuePair<String,SceneAttributeSemantic>> IIterable<IKeyValuePair<Platform::String,SceneAttributeSemantic>> IIterable<IKeyValuePair<winrt::hstring,SceneAttributeSemantic>>
プロパティ
Comment |
CompositionObject に関連付ける文字列。 (継承元 CompositionObject) |
Compositor |
この CompositionObject の作成に使用するコンポジター。 (継承元 CompositionObject) |
DispatcherQueue |
CompositionObject の DispatcherQueue を取得します。 (継承元 CompositionObject) |
ImplicitAnimations |
このオブジェクトにアタッチされている暗黙的なアニメーションのコレクション。 (継承元 CompositionObject) |
Properties |
CompositionObject に関連付けられているプロパティのコレクション。 (継承元 CompositionObject) |
Size |
マップ内の項目の数を取得します。 |
メソッド
Clear() |
マップからすべての項目を削除します。 |
Close() |
CompositionObject を閉じ、システム リソースを解放します。 (継承元 CompositionObject) |
Dispose() |
アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。 (継承元 CompositionObject) |
First() |
コレクション内の項目の反復子を返します。 |
GetView() |
マップの変更できないビューを返します。 |
HasKey(String) |
マップに指定したキーが含まれているかどうかを判断します。 |
Insert(String, SceneAttributeSemantic) |
マップ内の項目を挿入または置換します。 |
Lookup(String) |
マップ内の指定したキーにある項目を返します。 |
PopulatePropertyInfo(String, AnimationPropertyInfo) |
アニメーション化できるプロパティを定義します。 (継承元 CompositionObject) |
Remove(String) |
マップから項目を削除します。 |
StartAnimation(String, CompositionAnimation, AnimationController) |
アニメーションをオブジェクトの指定したプロパティに接続し、アニメーションを開始します。 (継承元 CompositionObject) |
StartAnimation(String, CompositionAnimation) |
アニメーションをオブジェクトの指定したプロパティに接続し、アニメーションを開始します。 (継承元 CompositionObject) |
StartAnimationGroup(ICompositionAnimationBase) |
アニメーション グループを開始します。 CompositionObject の StartAnimationGroup メソッドを使用すると、CompositionAnimationGroup を開始できます。 グループ内のすべてのアニメーションは、オブジェクトで同時に開始されます。 (継承元 CompositionObject) |
StopAnimation(String) |
指定したプロパティからアニメーションを切断し、アニメーションを停止します。 (継承元 CompositionObject) |
StopAnimationGroup(ICompositionAnimationBase) |
アニメーション グループを停止します。 (継承元 CompositionObject) |
TryGetAnimationController(String) |
指定したプロパティで実行されているアニメーションの AnimationController を返します。 (継承元 CompositionObject) |