MethodVOSet provides a EffectMethodBase and MethodVO combination to be used by a material, allowing methods to be shared across different materials while their internal state changes.

Constructor

new(method:EffectMethodBase)

Creates a new MethodVOSet object.

Parameters:

method

The method for which we need to store a MethodVO object.

Variables

data:MethodVO

The MethodVO data for the given method containing the material-specific data for a given material/method combination.

method:EffectMethodBase

An instance of a concrete EffectMethodBase subclass.