C# 클래스 DiagramToolElement, UnityClassDiagram

파일 보기 프로젝트 열기: sashcode/UnityClassDiagram 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
active bool
iconStyle GUIStyle
index int
rect Rect
texActive UnityEngine.Texture2D
texNormal UnityEngine.Texture2D
tool DiagramTool,

공개 메소드들

메소드 설명
DiagramToolElement ( DiagramToolBar, bar, Texture2D texNormal, Texture2D texActive, DiagramTool, tool ) : System.Collections.Generic
Draw ( Vector2 position ) : bool
GetTool ( ) : DiagramTool,

메소드 상세

DiagramToolElement() 공개 메소드

public DiagramToolElement ( DiagramToolBar, bar, Texture2D texNormal, Texture2D texActive, DiagramTool, tool ) : System.Collections.Generic
bar DiagramToolBar,
texNormal UnityEngine.Texture2D
texActive UnityEngine.Texture2D
tool DiagramTool,
리턴 System.Collections.Generic

Draw() 공개 메소드

public Draw ( Vector2 position ) : bool
position Vector2
리턴 bool

GetTool() 공개 메소드

public GetTool ( ) : DiagramTool,
리턴 DiagramTool,

프로퍼티 상세

active 공개적으로 프로퍼티

public bool active
리턴 bool

iconStyle 공개적으로 프로퍼티

public GUIStyle iconStyle
리턴 GUIStyle

index 공개적으로 프로퍼티

public int index
리턴 int

rect 공개적으로 프로퍼티

public Rect rect
리턴 Rect

texActive 공개적으로 프로퍼티

public Texture2D,UnityEngine texActive
리턴 UnityEngine.Texture2D

texNormal 공개적으로 프로퍼티

public Texture2D,UnityEngine texNormal
리턴 UnityEngine.Texture2D

tool 공개적으로 프로퍼티

public DiagramTool, tool
리턴 DiagramTool,