Class QueryTestObjectSettings
Holds references to pre-configured game objects for use in the runtime query system tests
Inheritance
QueryTestObjectSettings
Syntax
[ScriptableSettingsPath("Packages/com.unity.mars/Tests/Runtime/Database/Query Objects")]
public class QueryTestObjectSettings : ScriptableSettings<QueryTestObjectSettings>
Properties
AllNonRequiredChildrenGroup
Declaration
public GameObject AllNonRequiredChildrenGroup { get; }
Property Value
AllNonRequiredChildrenReacquireGroup
Declaration
public GameObject AllNonRequiredChildrenReacquireGroup { get; }
Property Value
NonRequiredChildrenSet
Declaration
public GameObject NonRequiredChildrenSet { get; }
Property Value
ProxyGroupWithNonRequiredMember
Declaration
public GameObject ProxyGroupWithNonRequiredMember { get; }
Property Value
SimplePlaneConditionProxy
Declaration
public GameObject SimplePlaneConditionProxy { get; }
Property Value
SimpleProxyGroup
Declaration
public GameObject SimpleProxyGroup { get; }
Property Value
SimpleReplicatedProxy
Declaration
public GameObject SimpleReplicatedProxy { get; }
Property Value