Method DrawMarker
DrawMarker(MarkerType, Vector3, Vector3, Vector3, Vector3, Color)
Declaration
public static void DrawMarker(MarkerType type, Vector3 pos, Vector3 dir, Vector3 rot, Vector3 scale, Color color)
Parameters
DrawMarker(MarkerType, Vector3, Vector3, Vector3, Vector3, Color, Boolean, Boolean, Int32, Boolean, String, String, Boolean)
Declaration
public static void DrawMarker(MarkerType type, Vector3 pos, Vector3 dir, Vector3 rot, Vector3 scale, Color color, bool bobUpAndDown, bool faceCamY, int unk2, bool rotateY, string textueDict, string textureName, bool drawOnEnt)
Parameters
Type |
Name |
Description |
MarkerType |
type |
|
Vector3 |
pos |
|
Vector3 |
dir |
|
Vector3 |
rot |
|
Vector3 |
scale |
|
System.Drawing.Color |
color |
|
System.Boolean |
bobUpAndDown |
|
System.Boolean |
faceCamY |
|
System.Int32 |
unk2 |
|
System.Boolean |
rotateY |
|
System.String |
textueDict |
|
System.String |
textureName |
|
System.Boolean |
drawOnEnt |
|