Show / Hide Table of Contents

    Interface IPlotPointDataAsset<TPlotPointData>

    The interface for all IPlotPointData related data asset. This is implemented by all IPlotPointData's data asset classes.

    Inherited Members
    IPlotPointDataAsset.PlotPointData
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IPlotPointDataAsset<out TPlotPointData> : IGuidReferenceableAsset<TPlotPointData>, IPlotPointDataAsset, IGuidReferenceableAsset where TPlotPointData : class, IPlotPointData
    Type Parameters
    Name Description
    TPlotPointData

    Properties

    Name

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