C# Class ClassDiagramRoot, UnityClassDiagram

Inheritance: DiagramRoot
Afficher le fichier Open project: sashcode/UnityClassDiagram Class Usage Examples

Méthodes publiques

Свойство Type Description
buttonRect Rect
classes ClassNode[]
iconStyle GUIStyle
iconStyle1 GUIStyle
iconStyle2 GUIStyle

Méthodes publiques

Méthode Description
ClassDiagramRoot ( ) : System.Collections.Generic
Draw ( DiagramContext, context ) : void
GetClassNode ( string classId ) : ClassNode
GetTool ( DiagramContext, context ) : DiagramTool,
SetDefaultTool ( ) : void

Method Details

ClassDiagramRoot() public méthode

public ClassDiagramRoot ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Draw() public méthode

public Draw ( DiagramContext, context ) : void
context DiagramContext,
Résultat void

GetClassNode() public méthode

public GetClassNode ( string classId ) : ClassNode
classId string
Résultat ClassNode

GetTool() public méthode

public GetTool ( DiagramContext, context ) : DiagramTool,
context DiagramContext,
Résultat DiagramTool,

SetDefaultTool() public méthode

public SetDefaultTool ( ) : void
Résultat void

Property Details

buttonRect public_oe property

public Rect buttonRect
Résultat Rect

classes public_oe property

public ClassNode[] classes
Résultat ClassNode[]

iconStyle public_oe property

public GUIStyle iconStyle
Résultat GUIStyle

iconStyle1 public_oe property

public GUIStyle iconStyle1
Résultat GUIStyle

iconStyle2 public_oe property

public GUIStyle iconStyle2
Résultat GUIStyle