|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object common:Generic mmf:Layer mmf:GradientLayer mmf:MMF_GradientLayer
class
class MMF_GradientLayer(GradientLayer) { public: import "common.ulb" ; <p> ; @param pparent typically 'this' from the parent or zero func MMF_GradientLayer(Generic pparent) GradientLayer.GradientLayer(pparent) endfunc default: title = "MMF Gradient Layer" param v_mmfgradientlayer caption = "Version (MMF Gradient Layer)" enum = "1.0" default = 0 hint = "This field is to absolutely ensure backward compatibility, \ the default will always be set to the latest version, but \ there may be some cases where an older effect that you like \ is lost in an update and you could still use it by selecting \ the older version number." visible = false endparam }
Constructor Summary | |
---|---|
MMF_GradientLayer()
|
|
MMF_GradientLayer(Generic pparent)
|
Method Summary |
---|
Methods inherited from class mmf:GradientLayer |
---|
GradientMerge |
Methods inherited from class mmf:Layer |
---|
FullMerge, SolidMerge |
Methods inherited from class common:Generic |
---|
GetParent |
Methods inherited from class Object |
---|
|
Constructor Detail |
---|
public MMF_GradientLayer(Generic pparent)
pparent
- typically 'this' from the parent or zeropublic MMF_GradientLayer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |