Class SUIndicatorLinkData
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()