C# Class Duality.Editor.Plugins.SceneView.SceneView.ComponentNode

Inheritance: NodeBase
ファイルを表示 Open project: BraveSirAndrew/duality

Public Methods

Method Description
ComponentNode ( Component cmp ) : System
GetTypeImage ( Type type ) : Image
UpdateIcon ( ) : void

Method Details

ComponentNode() public method

public ComponentNode ( Component cmp ) : System
cmp Component
return System

GetTypeImage() public static method

public static GetTypeImage ( Type type ) : Image
type System.Type
return Image

UpdateIcon() public method

public UpdateIcon ( ) : void
return void