C# Class UnityCommonLibrary.Utility.DebugUtility

Datei anzeigen Open project: thebeardphantom/UnityCommonLibrary

Public Methods

Method Description
DrawArrow ( Vector3 pos, Vector3 direction, Color color, float arrowHeadLength = 0.25f, float arrowHeadAngle = 20.0f ) : void
DrawArrow ( Vector3 pos, Vector3 direction, float arrowHeadLength = 0.25f, float arrowHeadAngle = 20.0f ) : void
GetDebugName ( this cmp ) : string

Method Details

DrawArrow() public static method

public static DrawArrow ( Vector3 pos, Vector3 direction, Color color, float arrowHeadLength = 0.25f, float arrowHeadAngle = 20.0f ) : void
pos UnityEngine.Vector3
direction UnityEngine.Vector3
color UnityEngine.Color
arrowHeadLength float
arrowHeadAngle float
return void

DrawArrow() public static method

public static DrawArrow ( Vector3 pos, Vector3 direction, float arrowHeadLength = 0.25f, float arrowHeadAngle = 20.0f ) : void
pos UnityEngine.Vector3
direction UnityEngine.Vector3
arrowHeadLength float
arrowHeadAngle float
return void

GetDebugName() public static method

public static GetDebugName ( this cmp ) : string
cmp this
return string