PhysicsLayers.TryGet(string, int) Method
Definition¶
Namespace: Brine2D.Physics
Returns the layer index, or false if not found.
public static bool TryGet(string name, out int index);
Parameters¶
name System.String
index System.Int32
Namespace: Brine2D.Physics
Returns the layer index, or false if not found.
public static bool TryGet(string name, out int index);
name System.String
index System.Int32