Class SynthesizedObjectTestSettings
This holds references to pre-configured game objects for use in the SynthesizedObject tests
Inheritance
SynthesizedObjectTestSettings
Syntax
[ScriptableSettingsPath("Packages/com.unity.mars/Tests/Runtime/Database/SynthesizedObject")]
public class SynthesizedObjectTestSettings : ScriptableSettings<SynthesizedObjectTestSettings>
Properties
SynthesizedObject
Declaration
public GameObject SynthesizedObject { get; }
Property Value
Test1QueryObject
Declaration
public GameObject Test1QueryObject { get; }
Property Value
Test2QueryObject
Declaration
public GameObject Test2QueryObject { get; }
Property Value
Test3QueryObject1
Declaration
public GameObject Test3QueryObject1 { get; }
Property Value
Test3QueryObject2
Declaration
public GameObject Test3QueryObject2 { get; }
Property Value