subscript<K>(dynamicMember : KeyPath<AttributeDynamicLookup, K>) -> K.Value?
Returns an attribute value that a key path indicates.
ある属性値を返します、それはあるキーパスが指し示すものです。
enum AttributeDynamicLookup
A type to support dynamic member lookup of attributes and containers.
属性とコンテナの動的メンバ検索をサポートするための型。
subscript<S>(dynamicMember : KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S>
Returns a scoped attribute container that a key path indicates.
あるスコープ付き属性コンテナを返します、それはあるキーパスが指し示すものです。
struct ScopedAttributeContainer
An attribute container that allows dynamic member lookup of its contents within the specified attribute scope.
ある属性コンテナを返します、それはそれの内容の動的メンバ検索をこの指定された属性スコープ内で可能にするものです。