C# Class AssetBundleGraph.SerializableVector2Dictionary

Show file Open project: unity3d-jp/AssetGraph Class Usage Examples

Public Methods

Method Description
Add ( string key, Vector2 val ) : void
ContainsKey ( string key ) : bool
ReadonlyDict ( ) : Vector2>.Dictionary
Remove ( string key ) : void
SerializableVector2Dictionary ( Vector2>.Dictionary baseDict ) : System

Method Details

Add() public method

public Add ( string key, Vector2 val ) : void
key string
val Vector2
return void

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

ReadonlyDict() public method

public ReadonlyDict ( ) : Vector2>.Dictionary
return Vector2>.Dictionary

Remove() public method

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

SerializableVector2Dictionary() public method

public SerializableVector2Dictionary ( Vector2>.Dictionary baseDict ) : System
baseDict Vector2>.Dictionary
return System