C# Class AssetBundleGraph.NodeGUIUtility.NodeSingleton

Exibir arquivo 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_oe property

public List allNodeNames
return List

emitAction public_oe property

public Action emitAction
return Action

enablePointMarkTex public_oe property

public Texture2D,UnityEngine enablePointMarkTex
return UnityEngine.Texture2D

inputPointMarkTex public_oe property

public Texture2D,UnityEngine inputPointMarkTex
return UnityEngine.Texture2D

inputPointTex public_oe property

public Texture2D,UnityEngine inputPointTex
return UnityEngine.Texture2D

outputPointMarkConnectedTex public_oe property

public Texture2D,UnityEngine outputPointMarkConnectedTex
return UnityEngine.Texture2D

outputPointMarkTex public_oe property

public Texture2D,UnityEngine outputPointMarkTex
return UnityEngine.Texture2D

outputPointTex public_oe property

public Texture2D,UnityEngine outputPointTex
return UnityEngine.Texture2D

platformButtons public_oe property

public PlatformButton[] platformButtons
return PlatformButton[]

selectedStyle public_oe property

public Dictionary selectedStyle
return string>.Dictionary

supportedBuildTargetGroups public_oe property

public List supportedBuildTargetGroups
return List

supportedBuildTargetNames public_oe property

public string[] supportedBuildTargetNames
return string[]

supportedBuildTargets public_oe property

public List supportedBuildTargets
return List

unselectedStyle public_oe property

public Dictionary unselectedStyle
return string>.Dictionary