C# Class UnityLink, casanova-mk2

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

Public Properties

Property Type Description
Beginning string
End string
LineRenderer UnityEngine.LineRenderer
SSLink bool
UnitySourcesReversed bool
endPlanet UnityPlanet,
startPlanet UnityPlanet,

Public Methods

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

Method Details

FindLinks() public static method

public static FindLinks ( ) : List
return List

Start() public method

public Start ( ) : void
return void

Property Details

Beginning public property

public string Beginning
return string

End public property

public string End
return string

LineRenderer public property

public LineRenderer,UnityEngine LineRenderer
return UnityEngine.LineRenderer

SSLink public property

public bool SSLink
return bool

UnitySourcesReversed public property

public bool UnitySourcesReversed
return bool

endPlanet public property

public UnityPlanet, endPlanet
return UnityPlanet,

startPlanet public property

public UnityPlanet, startPlanet
return UnityPlanet,