Method | Description | |
---|---|---|
EffectBase ( object nativeEffect ) : System |
Initializes a new instance of the EffectBase class.
|
|
GetNativeEffect ( ) : object |
Gets the native effect.
|
|
UpdateEffectParameters ( ) : void |
Updates the effect parameters.
|
public EffectBase ( object nativeEffect ) : System | ||
nativeEffect | object | The native effect. |
return | System |
public abstract UpdateEffectParameters ( ) : void | ||
return | void |