public final class EffectAnnotation
extends java.lang.Object
Constructor and Description |
---|
EffectAnnotation() |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount()
Gets the number of columns in this effect annotation.
|
java.lang.String |
getName()
Gets the name of the effect annotation.
|
EffectParameterClass |
getParameterClass()
Gets the parameter class of this effect annotation.
|
EffectParameterType |
getParameterType()
Gets the parameter type of this effect annotation.
|
int |
getRowCount()
Gets the row count of this effect annotation.
|
java.lang.String |
getSemantic()
Gets the semantic of this effect annotation.
|
boolean |
GetValueBoolean()
Gets the value of the EffectAnnotation as a Boolean.
|
int |
GetValueInt32()
Gets the value of the EffectAnnotation as a Int32.
|
Matrix |
GetValueMatrix()
Gets the value of the EffectAnnotation as a Matrix.
|
float |
GetValueSingle()
Gets the value of the EffectAnnotation as a Single.
|
java.lang.String |
GetValueString()
Gets the value of the EffectAnnotation as a String.
|
Vector2 |
GetValueVector2()
Gets the value of the EffectAnnotation as a Vector2.
|
Vector3 |
GetValueVector3()
Gets the value of the EffectAnnotation as a Vector3.
|
Vector4 |
GetValueVector4()
Gets the value of the EffectAnnotation as a Vector4.
|
public int getColumnCount()
public java.lang.String getName()
public EffectParameterClass getParameterClass()
public EffectParameterType getParameterType()
public int getRowCount()
public java.lang.String getSemantic()
public boolean GetValueBoolean()
public int GetValueInt32()
public Matrix GetValueMatrix()
public float GetValueSingle()
public java.lang.String GetValueString()
public Vector2 GetValueVector2()
public Vector3 GetValueVector3()
public Vector4 GetValueVector4()