MeshBaker
Public Member Functions | Properties | List of all members
UnityTest.PropertyResolver Class Reference

Public Member Functions

 PropertyResolver ()
 
IList< string > GetFieldsAndPropertiesUnderPath (GameObject go, string propertPath)
 
IList< string > GetFieldsAndPropertiesFromGameObject (GameObject gameObject, int depthOfSearch, string extendPath)
 

Properties

string [] ExcludedFieldNames [get, set]
 
Type [] ExcludedTypes [get, set]
 
Type [] AllowedTypes [get, set]
 

Constructor & Destructor Documentation

§ PropertyResolver()

UnityTest.PropertyResolver.PropertyResolver ( )

Member Function Documentation

§ GetFieldsAndPropertiesFromGameObject()

IList<string> UnityTest.PropertyResolver.GetFieldsAndPropertiesFromGameObject ( GameObject  gameObject,
int  depthOfSearch,
string  extendPath 
)

§ GetFieldsAndPropertiesUnderPath()

IList<string> UnityTest.PropertyResolver.GetFieldsAndPropertiesUnderPath ( GameObject  go,
string  propertPath 
)

Property Documentation

§ AllowedTypes

Type [] UnityTest.PropertyResolver.AllowedTypes
getset

§ ExcludedFieldNames

string [] UnityTest.PropertyResolver.ExcludedFieldNames
getset

§ ExcludedTypes

Type [] UnityTest.PropertyResolver.ExcludedTypes
getset

The documentation for this class was generated from the following file: