C# Class PathSplines, LeanTween

Inheritance: MonoBehaviour
Show file Open project: dentedpixel/LeanTween

Public Properties

Property Type Description
trans Transform[]

Public Methods

Method Description
OnDrawGizmos ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

trans public property

public Transform[] trans
return Transform[]