SemanticAttribute

SemanticAttribute class

ユーザーが独自の構造体を静的宣言に使用できるようにするVertexDeclaration

[AttributeUsage(AttributeTargets.Field)]
public sealed class SemanticAttribute : Attribute

コンストラクター

名前説明
SemanticAttribute(VertexFieldSemantic)初期化SemanticAttribute
SemanticAttribute(VertexFieldSemantic, string)初期化SemanticAttribute

プロパティ

名前説明
Alias { get; }頂点フィールドのエイリアス
Semantic { get; }頂点フィールドの意味

関連項目