C# Class LinePoint, drawLine

Datei anzeigen Open project: geniikw/drawLine Class Usage Examples

Public Properties

Property Type Description
isFold bool
isNextCurve bool
isPrvCurve bool
nextCurveOffset Vector2
point Vector2
prvCurveOffset Vector2

Public Methods

Method Description
LinePoint ( Vector3 p ) : System.Collections

Method Details

LinePoint() public method

public LinePoint ( Vector3 p ) : System.Collections
p Vector3
return System.Collections

Property Details

isFold public_oe property

이 값은 에디팅에만 필요하고 게임에는 필요 없지만 방법이 없어서 그냥 넣어둠...
public bool isFold
return bool

isNextCurve public_oe property

public bool isNextCurve
return bool

isPrvCurve public_oe property

public bool isPrvCurve
return bool

nextCurveOffset public_oe property

public Vector2 nextCurveOffset
return Vector2

point public_oe property

public Vector2 point
return Vector2

prvCurveOffset public_oe property

public Vector2 prvCurveOffset
return Vector2