프로퍼티 | 타입 | 설명 | |
---|---|---|---|
endAngle | float | ||
endVector | Vector3 | ||
faces | int | ||
height | float | ||
length | float | ||
radius | float | ||
startAngle | float | ||
startVector | Vector3 |
메소드 | 설명 | |
---|---|---|
Arc ( float radius, float height, float start, float end, int faces ) : System | ||
generateVertices ( |
||
getPivotPoint ( ) : Vector3 | ||
getPivotYRotation ( ) : float |
public Arc ( float radius, float height, float start, float end, int faces ) : System | ||
radius | float | |
height | float | |
start | float | |
end | float | |
faces | int | |
리턴 | System |
public generateVertices ( |
||
builder | ||
offset | Vector3 | |
area | ||
v | float | |
yCos | float | |
ySin | float | |
리턴 | List |