Search Results for

    Show / Hide Table of Contents

    Class SUIndicatorLinkData

    Inheritance
    Object
    SULinkData
    SUIndicatorLinkData
    Inherited Members
    SULinkData._target
    SULinkData.Target
    Namespace: Surfer
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class SUIndicatorLinkData : SULinkData

    Constructors

    SUIndicatorLinkData()

    Declaration
    public SUIndicatorLinkData()

    SUIndicatorLinkData(Transform, List<SUIndicatorData>)

    Declaration
    public SUIndicatorLinkData(Transform target, List<SUIndicatorData> allData)
    Parameters
    Type Name Description
    Transform target
    List<SUIndicatorData> allData

    Properties

    AllData

    Declaration
    public List<SUIndicatorData> AllData { get; }
    Property Value
    Type Description
    List<SUIndicatorData>

    Methods

    StartFollow()

    Make all indicators of this linkData start following the target

    Declaration
    public void StartFollow()

    StopFollow()

    Stop and destroy all indicators of this linkData

    Declaration
    public void StopFollow()
    In This Article
    Back to top Copyright © 2021 ATStudio