Struct WorldWitnessedObjectData
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WorldWitnessedObjectData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, IDataWithId
Properties
InstanceId
Declaration
public ObjectId InstanceId { get; set; }
Property Value
Type
Declaration
public WitnessedObjectType Type { get; set; }
Property Value
WitnessedObject
Declaration
public ObjectId WitnessedObject { get; set; }
Property Value
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)
Parameters
Implements