Class PathVisualController
Used for path appearance customization
Inheritance
System.Object
PathVisualController
Assembly: cs.temp.dll.dll
Syntax
public class PathVisualController : MonoBehaviour
Fields
LineColor
Declaration
Field Value
LineThickness
Declaration
public float LineThickness
Field Value
Type |
Description |
System.Single |
|
MyPath
Declaration
Field Value
PointColor
Declaration
Field Value
PointSize
Declaration
Field Value
Type |
Description |
System.Single |
|
Methods
SetLineColor(Color)
Declaration
public void SetLineColor(Color c)
Parameters
Type |
Name |
Description |
Color |
c |
|
SetLineThickness(Single)
Declaration
public void SetLineThickness(float s)
Parameters
Type |
Name |
Description |
System.Single |
s |
|
SetPointColor(Color)
Declaration
public void SetPointColor(Color c)
Parameters
Type |
Name |
Description |
Color |
c |
|
SetPointSize(Single)
Declaration
public void SetPointSize(float s)
Parameters
Type |
Name |
Description |
System.Single |
s |
|