C# Class UnityLine, casanova-mk2

Inheritance: MonoBehaviour
Show file Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
arrows UnityArrow>.Dictionary
c1 Color
c2 Color
f GameObject
lengthOfLineRenderer int

Public Methods

Method Description
FindAll ( ) : List
Start ( ) : void

Method Details

FindAll() public static method

public static FindAll ( ) : List
return List

Start() public method

public Start ( ) : void
return void

Property Details

arrows public property

public Dictionary arrows
return UnityArrow>.Dictionary

c1 public property

public Color c1
return Color

c2 public property

public Color c2
return Color

f public property

public GameObject f
return GameObject

lengthOfLineRenderer public property

public int lengthOfLineRenderer
return int