Table of Contents

Class EffectAnnotation

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

Represents an annotation to an EffectParameter.

public class EffectAnnotation
Inheritance
EffectAnnotation
Inherited Members

Properties

ColumnCount

Gets the number of columns in this effect annotation.

public int ColumnCount { get; }

Property Value

int

Name

Gets the name of the effect annotation.

public string Name { get; }

Property Value

string

ParameterClass

Gets the parameter class of this effect annotation.

public EffectParameterClass ParameterClass { get; }

Property Value

EffectParameterClass

ParameterType

Gets the parameter type of this effect annotation.

public EffectParameterType ParameterType { get; }

Property Value

EffectParameterType

RowCount

Gets the row count of this effect annotation.

public int RowCount { get; }

Property Value

int

Semantic

Gets the semantic of this effect annotation.

public string Semantic { get; }

Property Value

string