C# Class Invert.Core.GraphDesigner.FilterLocations

Show file Open project: InvertGames/uFrame.Editor Class Usage Examples

Public Methods

Method Description
Deserialize ( JSONClass cls ) : void
Remove ( string key ) : void
Serialize ( ) : JSONClass
this ( IDiagramNode node ) : Vector2
this ( string node ) : Vector2

Protected Methods

Method Description
Add ( string key, Vector2 value ) : void
DeserializeValue ( JSONNode value ) : Vector2
SerializeValue ( Vector2 value ) : JSONNode

Method Details

Add() protected method

protected Add ( string key, Vector2 value ) : void
key string
value UnityEngine.Vector2
return void

Deserialize() public method

public Deserialize ( JSONClass cls ) : void
cls JSONClass
return void

DeserializeValue() protected method

protected DeserializeValue ( JSONNode value ) : Vector2
value JSONNode
return UnityEngine.Vector2

Remove() public method

public Remove ( string key ) : void
key string
return void

Serialize() public method

public Serialize ( ) : JSONClass
return JSONClass

SerializeValue() protected method

protected SerializeValue ( Vector2 value ) : JSONNode
value UnityEngine.Vector2
return JSONNode

this() public method

public this ( IDiagramNode node ) : Vector2
node IDiagramNode
return UnityEngine.Vector2

this() public method

public this ( string node ) : Vector2
node string
return UnityEngine.Vector2