场景相机初步,日志输出LogWindow
This commit is contained in:
@@ -33,11 +33,12 @@ public class BasePrefabsCollection : SerializedScriptableObject
|
||||
|
||||
[Title("DynamicUI相关-Simple")] public GameObject dynamicUIContainer;
|
||||
public GameObject inputField;
|
||||
public GameObject Vector3inputField;
|
||||
public GameObject text;
|
||||
[FormerlySerializedAs("Vector3inputField")] public GameObject vector3InputField;
|
||||
[FormerlySerializedAs("text")] public GameObject parameterText;
|
||||
public GameObject hintText;
|
||||
public GameObject button;
|
||||
public GameObject toggle;
|
||||
[FormerlySerializedAs("dropdown")] public GameObject enumDropdown;
|
||||
public GameObject enumDropdown;
|
||||
public GameObject stringListDropdown;
|
||||
public GameObject baseColorPicker;
|
||||
public GameObject emissionColorPicker;
|
||||
|
||||
Reference in New Issue
Block a user