Package com.skillw.particlelib.pobject
Class Line
-
- All Implemented Interfaces:
-
com.skillw.particlelib.pobject.Playable
public final class Line extends ParticleObject implements Playable
表示一条线
Zoyn IceCold
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Line.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static Line.Companion
Companion
-
Method Summary
-
-
Method Detail
-
playNextPoint
Unit playNextPoint()
-
getStart
final Location getStart()
-
getEnd
final Location getEnd()
-
resetVector
final Unit resetVector()
-
-
-
-