Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetCustomPropertyBool<T>(T)

Check whether a custom property is a boolean type and whether its value is true.
Read time 1 minuteLast updated 10 days ago

Definition

public bool GetCustomPropertyBool<T>(T propertyEnum) where T : struct

Parameters

propertyEnum

T
Enum value indicating a property.

Returns

Type

Description

boolReturns the property's value if the property is valid and if the value type is boolean. Otherwise, returns false.