프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BranchSlope | float | ||
Color | Color | ||
JagDisplacement | float | ||
LineMinLength | float | ||
MinBounds | Vector2 | ||
Start | Vector2 |
메소드 | 설명 | |
---|---|---|
BranchArgs ( BoltArgs a, float slope, Vector2 minB, Vector2 maxB ) : System | ||
BranchArgs ( Vector2 s, Vector2 e, float jDisp, float minL, float maxL, float slope, Vector2 minB, Vector2 maxB, Color c ) : System |
public BranchArgs ( BoltArgs a, float slope, Vector2 minB, Vector2 maxB ) : System | ||
a | BoltArgs | |
slope | float | |
minB | Vector2 | |
maxB | Vector2 | |
리턴 | System |
public BranchArgs ( Vector2 s, Vector2 e, float jDisp, float minL, float maxL, float slope, Vector2 minB, Vector2 maxB, Color c ) : System | ||
s | Vector2 | |
e | Vector2 | |
jDisp | float | |
minL | float | |
maxL | float | |
slope | float | |
minB | Vector2 | |
maxB | Vector2 | |
c | Color | |
리턴 | System |