Show / Hide Table of Contents

    Interface IPlotPointActorData

    A bundle of data used for populating an IPlotPointActor

    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IPlotPointActorData

    Methods

    Clone()

    Creates a copy of this actor data, required for editing purposes

    Declaration
    IPlotPointActorData Clone()
    Returns
    Type Description
    IPlotPointActorData

    The new copy of this actor data

    CreateActor(Transform)

    Creates an instance of this actor type and adds it to a parent transform

    Declaration
    IPlotPointActor CreateActor(Transform parent)
    Parameters
    Type Name Description
    Transform parent

    Transform to add this new actor instance to as a child

    Returns
    Type Description
    IPlotPointActor

    A new instance of this actor type

    Back to top Copyright © 2020 East Side Games Inc.