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

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

Public Methods

Method Description
GameObjectNode ( GameObject obj, bool customIcon ) : System
UpdateIcon ( Component ignoreComponent = null ) : void

Method Details

GameObjectNode() public method

public GameObjectNode ( GameObject obj, bool customIcon ) : System
obj GameObject
customIcon bool
return System

UpdateIcon() public method

public UpdateIcon ( Component ignoreComponent = null ) : void
ignoreComponent Component
return void