SdlangTagInspector

Inspector for sdlang tags.

Members

Functions

has
bool has(Tag component, string property)

Check if component has a field or a property.

properties
string[] properties(Tag component)

Return a list of properties that component holds.

typeOf
TypeInfo typeOf(Tag component, string property)

Identify the type of child field of component.

typeOf
TypeInfo typeOf(Tag component)

Identify the type of component itself.

Meta