C# Class LinePoint, drawLine

Show file 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 property

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

isNextCurve public property

public bool isNextCurve
return bool

isPrvCurve public property

public bool isPrvCurve
return bool

nextCurveOffset public property

public Vector2 nextCurveOffset
return Vector2

point public property

public Vector2 point
return Vector2

prvCurveOffset public property

public Vector2 prvCurveOffset
return Vector2