Table of Contents

Method GetConfigurableProperties

Namespace
GrindFest.GameMaster
Assembly
GrindFest.dll

GetConfigurableProperties(GameObject)

Get all configurable properties on a GameObject. Walks MonoBehaviours, filters to game components, extracts simple-typed fields.

public static List<DMIntrospector.ConfigProperty> GetConfigurableProperties(GameObject go)

Parameters

go GameObject

Returns

List<DMIntrospector.ConfigProperty>