Table of Contents

Method HasProperty

Namespace
Gamelogic.Extensions.Editor.Internal
Assembly
Gamelogic.Extensions.Editor.dll

HasProperty(string)

Returns whether the target object has a serialized property with the given name.

public bool HasProperty(string propertyName)

Parameters

propertyName string

The name of the property to search for.

Returns

bool

true if the property exists; otherwise, false.