C# Class Invert.Core.GraphDesigner.Unity.Schemas.UnityNodeStyleSchema

Inheritance: Invert.Core.GraphDesigner.Schemas.impl.NodeStyleSchema
Mostra file Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
RecomputeStyles ( ) : INodeStyleSchema

Protected Methods

Method Description
ConstructHeaderImage ( bool expanded, Color color = default(Color), string iconName = null ) : object
ConstructIcon ( string iconName, Color color = newColor() ) : object
GetInstance ( ) : INodeStyleSchema

Private Methods

Method Description
Header ( bool collapsed ) : GUIStyle

Method Details

ConstructHeaderImage() protected method

protected ConstructHeaderImage ( bool expanded, Color color = default(Color), string iconName = null ) : object
expanded bool
color Color
iconName string
return object

ConstructIcon() protected method

protected ConstructIcon ( string iconName, Color color = newColor() ) : object
iconName string
color Color
return object

GetInstance() protected method

protected GetInstance ( ) : INodeStyleSchema
return INodeStyleSchema

RecomputeStyles() public method

public RecomputeStyles ( ) : INodeStyleSchema
return INodeStyleSchema