Effect.StateManager Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the EffectStateManager object for this effect.

Definition

Visual Basic .NET Public Property StateManager As EffectStateManager
C# public EffectStateManager StateManager { get; set; }
Managed C++ public: __property EffectStateManager* get_StateManager();
public: __property void set_StateManager(EffectStateManager*);
JScript .NET public function get StateManager() : EffectStateManager
public function set StateManager(EffectStateManager);

Property Value

Microsoft.DirectX.Direct3D.EffectStateManager . An EffectStateManager object to set or retrieve.

This property is read/write. 

Remarks

EffectStateManager is a user-implemented class whose methods are used as callbacks to the application during effect rendering.

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
InvalidDataException The data is invalid.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.