Show / Hide Table of Contents

    Interface IStaticData

    The most basic requirements of serialized data in IdleKit which are later loaded by the IDataLoaderService.

    Uses in idlekit-implementation are in conjunction with IGuidReferenceableAsset for serialization.

    See IEntityData if you wish to create a model that has a corresponding controller. The raw IStaticData class is for creating either separated or multiple pieces of serialized data that will later be wrapped in a IEntityData.

    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IStaticData

    Properties

    id

    Every IStaticData has a unique id. This is used to link data to each other.

    Declaration
    string id { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 East Side Games Inc.