Sdílet prostřednictvím


EffectParameter.GetValueVector2Array Method

Gets the value of the EffectParameter as an array of Vector2.

Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

Syntax

public Vector2[] GetValueVector2Array (
         int count
)

Parameters

  • count
    The number of elements in the array.

Return Value

The value of the EffectParameter as an array of Vector2.

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 Vector2.

Remarks

Getting the value of an effect parameter is a slow operation. Avoid high-frequency calls.

See Also

Reference

EffectParameter Class
EffectParameter Members
Microsoft.Xna.Framework.Graphics Namespace

Platforms

Xbox 360, Windows XP SP2, Windows Vista