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
propertyNamestringThe name of the property to search for.