C# Class AssetBundleGraph.NodeGUIUtility.NodeSingleton

Show file Open project: unity3d-jp/AssetGraph

Public Properties

Property Type Description
allNodeNames List
emitAction Action
enablePointMarkTex UnityEngine.Texture2D
inputPointMarkTex UnityEngine.Texture2D
inputPointTex UnityEngine.Texture2D
outputPointMarkConnectedTex UnityEngine.Texture2D
outputPointMarkTex UnityEngine.Texture2D
outputPointTex UnityEngine.Texture2D
platformButtons PlatformButton[]
selectedStyle string>.Dictionary
supportedBuildTargetGroups List
supportedBuildTargetNames string[]
supportedBuildTargets List
unselectedStyle string>.Dictionary

Public Methods

Method Description
SetupPlatformButtons ( ) : void
SetupSupportedBuildTargets ( ) : void

Private Methods

Method Description
GetPlatformIcon ( string name ) : Texture2D

Method Details

SetupPlatformButtons() public method

public SetupPlatformButtons ( ) : void
return void

SetupSupportedBuildTargets() public method

public SetupSupportedBuildTargets ( ) : void
return void

Property Details

allNodeNames public property

public List allNodeNames
return List

emitAction public property

public Action emitAction
return Action

enablePointMarkTex public property

public Texture2D,UnityEngine enablePointMarkTex
return UnityEngine.Texture2D

inputPointMarkTex public property

public Texture2D,UnityEngine inputPointMarkTex
return UnityEngine.Texture2D

inputPointTex public property

public Texture2D,UnityEngine inputPointTex
return UnityEngine.Texture2D

outputPointMarkConnectedTex public property

public Texture2D,UnityEngine outputPointMarkConnectedTex
return UnityEngine.Texture2D

outputPointMarkTex public property

public Texture2D,UnityEngine outputPointMarkTex
return UnityEngine.Texture2D

outputPointTex public property

public Texture2D,UnityEngine outputPointTex
return UnityEngine.Texture2D

platformButtons public property

public PlatformButton[] platformButtons
return PlatformButton[]

selectedStyle public property

public Dictionary selectedStyle
return string>.Dictionary

supportedBuildTargetGroups public property

public List supportedBuildTargetGroups
return List

supportedBuildTargetNames public property

public string[] supportedBuildTargetNames
return string[]

supportedBuildTargets public property

public List supportedBuildTargets
return List

unselectedStyle public property

public Dictionary unselectedStyle
return string>.Dictionary