Search Results for

    Class DebugTools.LineDrawer

    Class for drawing a line in the world.

    Inheritance
    object
    DebugTools.LineDrawer
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: SonsSdk
    Assembly: SonsSdk.dll
    Syntax
    public class DebugTools.LineDrawer

    Constructors

    LineDrawer()

    Declaration
    public LineDrawer()

    Fields

    LineRenderer

    Declaration
    public LineRenderer LineRenderer
    Field Value
    Type Description
    LineRenderer

    Transform

    Declaration
    public Transform Transform
    Field Value
    Type Description
    Transform

    Properties

    Active

    Declaration
    public bool Active { get; set; }
    Property Value
    Type Description
    bool

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    bool

    Methods

    Destroy()

    Declaration
    public void Destroy()

    SetLine(Vector3, Vector3)

    Declaration
    public void SetLine(Vector3 start, Vector3 end)
    Parameters
    Type Name Description
    Vector3 start
    Vector3 end

    SetPosition(Vector3)

    Declaration
    public void SetPosition(Vector3 pos)
    Parameters
    Type Name Description
    Vector3 pos