Property | Type | Description | |
---|---|---|---|
combineMesh | Mesh | ||
customLoadMesh | Mesh | ||
handleColor | Color | ||
handleColorFirst | Color | ||
handleColorLast | Color | ||
handleScale | float | ||
mesh | Mesh | ||
points | Vector2[] | ||
polyColor | Color |
Method | Description | |
---|---|---|
AddMidPoint ( ) : void | ||
AddPoint ( Event e ) : void | ||
CombineMesh ( ) : void | ||
CreateMeshFromPoints ( bool combine ) : Mesh | ||
IsBadTriangle ( Poly2Tri.DelaunayTriangle triangle ) : bool | ||
OnDestroy ( ) : void | ||
OnGUI ( ) : void | ||
OnSceneGUI ( SceneView sceneView ) : void | ||
RemovePoint ( ) : void | ||
RemovePoint ( int index ) : void | ||
SaveMesh ( ) : void | ||
SubdivideMesh ( int divisions ) : void | ||
UpdateMesh ( ) : void | ||
genUV ( Vector3 vertices ) : Vector2[] |
Method | Description | |
---|---|---|
CreateMesh ( ) : void | ||
CreatePolygon ( ) : void | ||
GetBounds ( IEnumerable |
||
GetHandleSize ( Vector3 pos, float size ) : float | ||
LoadMesh ( Mesh loadMesh ) : void | ||
PointInPoly ( Vector2 p, IList |
||
ShowSkinMeshEditor ( ) : void |
public CreateMeshFromPoints ( bool combine ) : Mesh | ||
combine | bool | |
return | Mesh |
public IsBadTriangle ( Poly2Tri.DelaunayTriangle triangle ) : bool | ||
triangle | Poly2Tri.DelaunayTriangle | |
return | bool |
public OnSceneGUI ( SceneView sceneView ) : void | ||
sceneView | SceneView | |
return | void |
public SubdivideMesh ( int divisions ) : void | ||
divisions | int | |
return | void |
public genUV ( Vector3 vertices ) : Vector2[] | ||
vertices | Vector3 | |
return | Vector2[] |