LayoutLoaderMode

From Virtual World Web Wiki
Revision as of 15:46, 14 June 2018 by Spark5 (Talk | contribs) (Documentation for the LayoutLoaderMode class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)