added GO references

This commit is contained in:
minenice55 2022-09-14 10:30:04 -04:00
parent 2f57a4db06
commit c3d67ba382
3 changed files with 41 additions and 6 deletions

View file

@ -4622,7 +4622,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: -289.15002, y: 2}
m_AnchoredPosition: {x: -289.15005, y: 2}
m_SizeDelta: {x: -578.29, y: 49.92}
m_Pivot: {x: 0.5, y: 0}
--- !u!114 &156962255
@ -19473,7 +19473,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
RefTempoChange: {fileID: 666273484}
RefVolumeChange: {fileID: 380411594}
RefSectionChange: {fileID: 0}
RefSectionChange: {fileID: 1542666926}
specialTimelineObjs: []
--- !u!114 &689207022
MonoBehaviour:
@ -24403,8 +24403,8 @@ MonoBehaviour:
m_TargetGraphic: {fileID: 1589389272}
m_HandleRect: {fileID: 1589389271}
m_Direction: 2
m_Value: 0
m_Size: 1
m_Value: 1
m_Size: 0.99997383
m_NumberOfSteps: 0
m_OnValueChanged:
m_PersistentCalls:
@ -31219,7 +31219,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0.5}
m_AnchorMax: {x: 1, y: 0.5}
m_AnchoredPosition: {x: 0, y: 129.84993}
m_AnchoredPosition: {x: 0, y: 129.90437}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 1}
--- !u!114 &1154875944
@ -41873,6 +41873,7 @@ GameObject:
serializedVersion: 6
m_Component:
- component: {fileID: 1542666926}
- component: {fileID: 1542666927}
m_Layer: 5
m_Name: ChartSection
m_TagString: Untagged
@ -41904,6 +41905,28 @@ RectTransform:
m_AnchoredPosition: {x: 0, y: 0.70999146}
m_SizeDelta: {x: 0.0876, y: 2.8290014}
m_Pivot: {x: 0, y: 1}
--- !u!114 &1542666927
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1542666925}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 396d5b0b822f8da4cb7b855a39b4a90f, type: 3}
m_Name:
m_EditorClassIdentifier:
rectTransform: {fileID: 1542666926}
raycastRect: {fileID: 738028140}
hovering: 0
sectionLabel: {fileID: 297792673}
chartLine: {fileID: 856705695}
chartSection:
beat: 0
startPerfect: 0
sectionName:
isCheckpoint: 0
--- !u!1 &1548381522
GameObject:
m_ObjectHideFlags: 0

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 396d5b0b822f8da4cb7b855a39b4a90f
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -192,7 +192,8 @@ namespace HeavenStudio.Editor.Track
chartSection.transform.GetChild(0).GetComponent<Image>().color = EditorTheme.theme.properties.SectionLayerCol.Hex2RGB();
chartSection.transform.GetChild(1).GetComponent<Image>().color = EditorTheme.theme.properties.SectionLayerCol.Hex2RGB();
chartSection.transform.GetChild(2).GetComponent<TMP_Text>().color = EditorTheme.theme.properties.SectionLayerCol.Hex2RGB();
chartSection.transform.GetChild(2).GetComponent<Image>().color = EditorTheme.theme.properties.SectionLayerCol.Hex2RGB();
chartSection.transform.GetChild(3).GetComponent<TMP_Text>().color = EditorTheme.theme.properties.SectionLayerCol.Hex2RGB();
chartSection.SetActive(true);