TilemapPropertyExtensions.TryGet(this Dictionary, string, T) Method
Definition
Namespace: Brine2D.Tilemap
Returns true and sets value if the key exists and can be parsed as T.
C#
public static bool TryGet<T>(this System.Collections.Generic.Dictionary<string,string> properties, string name, out T value);
Type parameters
T
Parameters
properties System.Collections.Generic.Dictionary<System.String,System.String>
name System.String
value T