LayoutLoaderMode

From Virtual World Web Wiki
Jump to: navigation, search

Selects a mode for DOM deserialization

Remarks [edit]

Enum Values

Raw = 0
Get exactly what's in the database (Storage mode load)
Clone = 1
Get a copy ready for instantiation (IDs reset, not a reference)
Reference = 2
Get a reference ready for instantiation (This is probably the one you want)