|
Drag[en]gine Script Module DragonScript 1.32.1
|
Rect area value element class property for use with XML loading. More...
Public Member Functions | |
| void | copyValue (ElementClass elementClass, ElementClassProperty property) |
| Copy value from another element class property of the same type. | |
| RectArea | getRectArea () |
| Value. | |
| ECPRectArea | new (String name, RectArea value) |
| Create property. | |
| void | setRectArea (RectArea area) |
| Set value. | |
| void | setValue (Object value) |
| Set value of property from XML decoded value. | |
Public Member Functions inherited from Dragengine.Scenery.ElementClassProperty | |
| void | dispose () |
| Dispose of element class property to break reference loops. | |
| String | getName () |
| Name. | |
| bool | logPreloadProblems (ElementClass elementClass, Console console) |
| Log preloading problems. | |
| ElementClassProperty | new (String name) |
| Create property. | |
| void | preloadResources (ElementClass elementClass, PreloadCounter counter) |
| Preload resources if supported. | |
Rect area value element class property for use with XML loading.
| void Dragengine.Scenery.ECPRectArea.copyValue | ( | ElementClass | elementClass, |
| ElementClassProperty | property | ||
| ) |
Copy value from another element class property of the same type.
| RectArea Dragengine.Scenery.ECPRectArea.getRectArea | ( | ) |
Value.
| ECPRectArea Dragengine.Scenery.ECPRectArea.new | ( | String | name, |
| RectArea | value | ||
| ) |
Create property.
| void Dragengine.Scenery.ECPRectArea.setRectArea | ( | RectArea | area | ) |
Set value.
| void Dragengine.Scenery.ECPRectArea.setValue | ( | Object | value | ) |
Set value of property from XML decoded value.
Reimplemented from Dragengine.Scenery.ElementClassProperty.