프로퍼티 | 타입 | 설명 | |
---|---|---|---|
shader | Shader |
메소드 | 설명 | |
---|---|---|
AddLine ( Mesh m, Vector3 quad, bool tmp ) : void | ||
Draw ( ) : void | ||
OnGUI ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
Update1 ( ) : void | ||
processInput ( ) : void |
메소드 | 설명 | |
---|---|---|
GetNewPoint ( ) : Vector3 | ||
MakeQuad ( Vector3 s, Vector3 e, float w ) : Vector3[] | ||
resizeTraingles ( int ovs, int ns ) : int[] | ||
resizeVertices ( Vector3 ovs, int ns ) : Vector3[] |
public AddLine ( Mesh m, Vector3 quad, bool tmp ) : void | ||
m | Mesh | |
quad | Vector3 | |
tmp | bool | |
리턴 | void |