C# Class klock.kEditPoly.panels.KP_edit

Afficher le fichier Open project: k-lock/Unity3D Class Usage Examples

Méthodes publiques

Свойство Type Description
ANY_KEY bool
DRAG_CREATE bool
E_MODE MODE
FREEZE bool
P_HELPER PLANAR_HELPER
TOOL_INDEX int
curPointIndex List
edges Edge[]
faces Face[]
selection UnityEngine.GameObject

Méthodes publiques

Méthode Description
DRAW_PANEL ( ) : void
Draw_Handles ( ) : void
EdgeConnect_Preview ( bool change = false ) : void
VerticesRemover ( ) : void

Private Methods

Méthode Description
ModifiVerticies_all ( ) : bool
ModifiVerticies_edges ( ) : bool
ModifiVerticies_points ( bool now = false ) : bool
ModifiVerticies_quad ( ) : bool
ModifiVerticies_tris ( ) : bool
POINT_SELECTION ( int i ) : void
VerticesRemover ( Mesh _selectMesh, List curPointIndex, MODE _editorMode, Edge edges = null, Face faces = null ) : Mesh

Method Details

DRAW_PANEL() public static méthode

public static DRAW_PANEL ( ) : void
Résultat void

Draw_Handles() public static méthode

public static Draw_Handles ( ) : void
Résultat void

EdgeConnect_Preview() public static méthode

public static EdgeConnect_Preview ( bool change = false ) : void
change bool
Résultat void

VerticesRemover() public static méthode

public static VerticesRemover ( ) : void
Résultat void

Property Details

ANY_KEY public_oe static_oe property

public static bool ANY_KEY
Résultat bool

DRAG_CREATE public_oe static_oe property

public static bool DRAG_CREATE
Résultat bool

E_MODE public_oe static_oe property

public static MODE E_MODE
Résultat MODE

FREEZE public_oe static_oe property

public static bool FREEZE
Résultat bool

P_HELPER public_oe static_oe property

public static PLANAR_HELPER P_HELPER
Résultat PLANAR_HELPER

TOOL_INDEX public_oe static_oe property

public static int TOOL_INDEX
Résultat int

curPointIndex public_oe static_oe property

public static List curPointIndex
Résultat List

edges public_oe static_oe property

public static Edge[] edges
Résultat Edge[]

faces public_oe static_oe property

public static Face[] faces
Résultat Face[]

selection public_oe static_oe property

public static GameObject,UnityEngine selection
Résultat UnityEngine.GameObject