Method IsTargetAlive
IsTargetAlive(SerializedProperty)
Checks if the property target is alive
Declaration
public static bool IsTargetAlive(this SerializedProperty property)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializedProperty | property | The SerializedProperty to check |
Returns
| Type | Description |
|---|---|
| bool | true, if the property is not null |