Gets handles of all fields in a given scripting type. The type to find fields inside it. The output list of field pointers.
| 178 | /// <param name="typeHandle">The type to find fields inside it.</param> |
| 179 | /// <param name="fields">The output list of field pointers.</param> |
| 180 | virtual void GetFields(const ScriptingTypeHandle& typeHandle, Array<void*>& fields) |
| 181 | { |
| 182 | } |
| 183 | |
| 184 | /// <summary> |
| 185 | /// Tries to find a field in a given scripting type by the field name. |