GetCustomPropertyUInt32<T>(T)
Check whether a custom property is a uint type and return its value.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
public uint GetCustomPropertyUInt32<T>(T propertyEnum) where T : struct
Parameters
Returns
Type | Description |
|---|---|
| uint | Returns the property's value if the property is valid and if the value is a uint type. Otherwise, returns 0. |