MetaModel
MetaModel
The MetaModel is a model that's used to send metadata about a model to the server. It's always exclusively serialized under propertyID 0 and must always be serialized before any other propertyIDs.
Static Fields
ReservedPropertyID
public uint ReservedPropertyID
The propertyID reserved for serializing metamodel instances inside of a RealtimeModel.
Properties
ownerID
int ownerID { get; set; }
The client ID of the model owner. A value of -1 is unowned, anything greater is a client ID.
lifetimeFlags
LifetimeFlags lifetimeFlags { get; set; }
The lifetime flags for the model that this metamodel belongs to.
In the next major version, this will be replaced with individual boolean properties