|
Drag[en]gine Script Module DragonScript 1.32.1
|
XML behavior information required for XML-XML subclassing. More...
Public Member Functions | |
| XmlBehaviorInfo | new (BehaviorFactory factory, String id, Dictionary parameters) |
Public Attributes | |
| BehaviorFactory | factory |
| String | id |
| Dictionary | parameters |
XML behavior information required for XML-XML subclassing.
| XmlBehaviorInfo Dragengine.Scenery.BehaviorElementClass.XmlBehaviorInfo.new | ( | BehaviorFactory | factory, |
| String | id, | ||
| Dictionary | parameters | ||
| ) |
| BehaviorFactory Dragengine.Scenery.BehaviorElementClass.XmlBehaviorInfo.factory |
Factory matching 'type' attribute.
| String Dragengine.Scenery.BehaviorElementClass.XmlBehaviorInfo.id |
From 'id' attribute.
| Dictionary Dragengine.Scenery.BehaviorElementClass.XmlBehaviorInfo.parameters |
From parameters defined in tag.