Effect.StateManager Property |
Language: |
Retrieves or sets the EffectStateManager object for this effect.
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);
Microsoft.DirectX.Direct3D.EffectStateManager . An EffectStateManager object to set or retrieve.
This property is read/write.
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.
Feedback? Please provide us with your comments on this topic.