Class PropertyTypeExtensions
Extension methods for the PropertyType type.
Namespace: UnityEngine.GameFoundation
Syntax
public static class PropertyTypeExtensions
Methods
IsNumber(PropertyType)
Tells whether or not this PropertyType is a numeric value.
Declaration
public static bool IsNumber(this PropertyType this)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyType | this | The PropertyType value to test. |
Returns
| Type | Description |
|---|---|
| Boolean |
|