Class DebugTools.LineDrawer
Class for drawing a line in the world.
Inheritance
DebugTools.LineDrawer
Assembly: SonsSdk.dll
public class DebugTools.LineDrawer
Constructors
Declaration
Fields
Declaration
public LineRenderer LineRenderer
Field Value
Type |
Description |
LineRenderer |
|
Declaration
public Transform Transform
Field Value
Type |
Description |
Transform |
|
Properties
Declaration
public bool Active { get; set; }
Property Value
Declaration
public bool IsValid { get; }
Property Value
Methods
Declaration
Declaration
public void SetLine(Vector3 start, Vector3 end)
Parameters
Type |
Name |
Description |
Vector3 |
start |
|
Vector3 |
end |
|
Declaration
public void SetPosition(Vector3 pos)
Parameters
Type |
Name |
Description |
Vector3 |
pos |
|