C# Class UnityLink, casanova-mk2

Inheritance: MonoBehaviour
Mostra 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_oe property

public string Beginning
return string

End public_oe property

public string End
return string

LineRenderer public_oe property

public LineRenderer,UnityEngine LineRenderer
return UnityEngine.LineRenderer

SSLink public_oe property

public bool SSLink
return bool

UnitySourcesReversed public_oe property

public bool UnitySourcesReversed
return bool

endPlanet public_oe property

public UnityPlanet, endPlanet
return UnityPlanet,

startPlanet public_oe property

public UnityPlanet, startPlanet
return UnityPlanet,