|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcommon:Generic
mmf:Layer
mmf:DirectLayer
mmf:MMF_DirectLayer
class
class MMF_DirectLayer(DirectLayer) {
public:
import "common.ulb"
; <p>
; @param pparent typically 'this' from the parent or zero
func MMF_DirectLayer(Generic pparent)
DirectLayer.DirectLayer(pparent)
endfunc
default:
title = "MMF Direct Layer"
param v_mmfdirectlayer
caption = "Version (MMF Direct 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_DirectLayer()
|
|
MMF_DirectLayer(Generic pparent)
|
|
| Method Summary |
|---|
| Methods inherited from class mmf:Layer |
|---|
FullMerge, GradientMerge, SolidMerge |
| Methods inherited from class common:Generic |
|---|
GetParent |
| Methods inherited from class Object |
|---|
|
| Constructor Detail |
|---|
public MMF_DirectLayer(Generic pparent)
pparent - typically 'this' from the parent or zeropublic MMF_DirectLayer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||