platformer
Public Attributes | List of all members
UnityPlatformer.Line Class Reference

It's a 3D Line. More...

Inheritance diagram for UnityPlatformer.Line:

Public Attributes

Vector3 [] points
 Points of the line More...
 

Detailed Description

It's a 3D Line.

Include a WYSIWYG Editor: LineInspector.
NOTE Line is used by MovingPlatform

Member Data Documentation

◆ points

Vector3 [] UnityPlatformer.Line.points
Initial value:
= new Vector3[2] {
new Vector3(0, 0, 0),
new Vector3(1, 0, 0)
}

Points of the line


The documentation for this class was generated from the following file: