SceneAttributeSemantic Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert Konstanten, die Szenenattributesemantik angeben.
public enum class SceneAttributeSemantic
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class SceneAttributeSemantic
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class SceneAttributeSemantic
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum SceneAttributeSemantic
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum SceneAttributeSemantic
var value = Microsoft.UI.Composition.Scenes.SceneAttributeSemantic.index
Public Enum SceneAttributeSemantic
- Vererbung
-
SceneAttributeSemantic
- Attribute
Felder
Color | 5 | Color |
Index | 0 | Index |
Normal | 2 | Normal |
Tangent | 6 | Tangens |
TexCoord0 | 3 | Texturkoordinate 0 |
TexCoord1 | 4 | Texturkoordinate 1 |
Vertex | 1 | Scheitelpunkt |