C# Class AssetBundleGraph.SerializableVector2Dictionary

Afficher le fichier Open project: unity3d-jp/AssetGraph Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( string key, Vector2 val ) : void
key string
val Vector2
Résultat void

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

ReadonlyDict() public méthode

public ReadonlyDict ( ) : Vector2>.Dictionary
Résultat Vector2>.Dictionary

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

SerializableVector2Dictionary() public méthode

public SerializableVector2Dictionary ( Vector2>.Dictionary baseDict ) : System
baseDict Vector2>.Dictionary
Résultat System