Search Results for

    Show / Hide Table of Contents

    Class SUIndicatorData

    Inheritance
    Object
    SUItemLinkData
    SUIndicatorData
    Inherited Members
    SUItemLinkData._customTag
    SUItemLinkData.CustomTag
    SUItemLinkData._prefab
    SUItemLinkData.Prefab
    SUItemLinkData._cam
    SUItemLinkData.Cam
    SUItemLinkData._renderMode
    SUItemLinkData.RenderMode
    SUItemLinkData._onScreenOffset
    SUItemLinkData.OnScreenOffset
    SUItemLinkData.RectT
    SUItemLinkData.Target
    Namespace: Surfer
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class SUIndicatorData : SUItemLinkData

    Constructors

    SUIndicatorData()

    Declaration
    public SUIndicatorData()

    SUIndicatorData(GameObject, Camera, SUIndicatorData.Type_ID, RenderMode, String, Vector2, Transform, Single)

    Declaration
    public SUIndicatorData(GameObject prefab, Camera cam, SUIndicatorData.Type_ID type, RenderMode renderMode = null, string customTag = "", Vector2 onScreenOffset = null, Transform playerObj = null, float radius = 0F)
    Parameters
    Type Name Description
    GameObject prefab
    Camera cam
    SUIndicatorData.Type_ID type
    RenderMode renderMode
    String customTag
    Vector2 onScreenOffset
    Transform playerObj
    Single radius

    Properties

    DistanceState

    Declaration
    public SUIndicatorDistanceState_ID DistanceState { get; set; }
    Property Value
    Type Description
    SUIndicatorDistanceState_ID

    IsOffScreenType

    Declaration
    public bool IsOffScreenType { get; }
    Property Value
    Type Description
    Boolean

    IsOnScreenType

    Declaration
    public bool IsOnScreenType { get; }
    Property Value
    Type Description
    Boolean

    LinkID

    Declaration
    public int LinkID { get; set; }
    Property Value
    Type Description
    Int32

    PlayerObj

    Declaration
    public Transform PlayerObj { get; }
    Property Value
    Type Description
    Transform

    Radius

    Declaration
    public float Radius { get; }
    Property Value
    Type Description
    Single

    State

    Declaration
    public SUIndicatorState_ID State { get; set; }
    Property Value
    Type Description
    SUIndicatorState_ID

    Type

    Declaration
    public SUIndicatorData.Type_ID Type { get; }
    Property Value
    Type Description
    SUIndicatorData.Type_ID

    VisualData

    Declaration
    public SUIndicatorVisualData VisualData { get; set; }
    Property Value
    Type Description
    SUIndicatorVisualData
    In This Article
    Back to top Copyright © 2021 ATStudio