class WMAlias
Available on all platforms
Container for Alias
In wm3d, an alias is an xml element. Aliases can have their own default values. For example, an alias of <HELIX elem="RIBBON" color="yellow" /$gt; is RIBBON element with yellow default color.
Instance Fields
var mybase:Dynamic
actual instance of this alias; no default. Classes such as WMAtom, WMBond, WMRibbon will be used here.
function new():Void
Constructor. Use register
function to generate alias.
This constructor cannot set aliases.