EffectParameter.GetValueQuaternionArray Method
Gets the value of the EffectParameter as an array of Quaternion.
Syntax
'Declaration
Public Function GetValueQuaternionArray ( _
count As Integer _
) As Quaternion[]
public Quaternion[] GetValueQuaternionArray (
int count
)
public:
Quaternion[] GetValueQuaternionArray(
int count
)
Parameters
- count
Type: Int32
The number of elements in the array.
Return Value
Type: Quaternion
The value of the EffectParameter as an array of Quaternion.
Exceptions
Exception type | Condition |
---|---|
ArgumentOutOfRangeException | count is less than or equal to zero. count must be greater than or equal to one. |
InvalidCastException | Unable to cast this EffectParameter to an array of type Quaternion. |
Remarks
Getting the value of an effect parameter is a slow operation. Avoid high-frequency calls.
Requirements
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
See Also
Reference
EffectParameter Class
EffectParameter Members
Microsoft.Xna.Framework.Graphics Namespace
Platforms
Windows Phone