Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the Effect class.
Definition
Visual Basic Public Sub New( _
ByVal unmanagedObject As IntPtr_
)C# public Effect(
IntPtrunmanagedObject
);C++ public:
Effect(
IntPtrunmanagedObject
);JScript public function Effect(
unmanagedObject : IntPtr
);
Parameters
unmanagedObject System.IntPtr
Pointer to an unmanaged Component Object Model (COM) ID3DXEffect interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.
.gif)