Struct GlobalWorldData
Inherited Members
Namespace: SociallyDistant.Core.Core.WorldData.Data
Assembly: SociallyDistant.Framework.dll
Syntax
public struct GlobalWorldData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, IGlobalStateProperties
Now
Declaration
public DateTime Now { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime | 
TimeScale
Declaration
public float TimeScale { get; set; }Property Value
| Type | Description | 
|---|---|
| float | 
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)Parameters
| Type | Name | Description | 
|---|---|---|
| IWorldSerializer | serializer |