三视频选择考核不显示
This commit is contained in:
parent
1d72efbd2a
commit
1688e7d967
@ -717,7 +717,7 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_Material: {fileID: 0}
|
m_Material: {fileID: 0}
|
||||||
m_Color: {r: 0, g: 1, b: 0, a: 1}
|
m_Color: {r: 0, g: 0.15852594, b: 1, a: 1}
|
||||||
m_RaycastTarget: 1
|
m_RaycastTarget: 1
|
||||||
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
||||||
m_Maskable: 1
|
m_Maskable: 1
|
||||||
@ -792,7 +792,7 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_Material: {fileID: 0}
|
m_Material: {fileID: 0}
|
||||||
m_Color: {r: 0, g: 1, b: 0, a: 1}
|
m_Color: {r: 0, g: 0.15852594, b: 1, a: 1}
|
||||||
m_RaycastTarget: 1
|
m_RaycastTarget: 1
|
||||||
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
||||||
m_Maskable: 1
|
m_Maskable: 1
|
||||||
@ -1432,7 +1432,7 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_Material: {fileID: 0}
|
m_Material: {fileID: 0}
|
||||||
m_Color: {r: 0, g: 1, b: 0, a: 1}
|
m_Color: {r: 0, g: 0.15852594, b: 1, a: 1}
|
||||||
m_RaycastTarget: 1
|
m_RaycastTarget: 1
|
||||||
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
||||||
m_Maskable: 1
|
m_Maskable: 1
|
||||||
|
|||||||
@ -49,6 +49,9 @@ namespace ZXK.LouDiXvMuNiu
|
|||||||
_videoItemContainer.GetChild(i).Find("Text").GetComponent<Text>().text = tipMsg[i];
|
_videoItemContainer.GetChild(i).Find("Text").GetComponent<Text>().text = tipMsg[i];
|
||||||
videoPlayCtrl.Play();
|
videoPlayCtrl.Play();
|
||||||
_videoItemContainer.GetChild(i).GetComponent<Toggle>().interactable = selAble;
|
_videoItemContainer.GetChild(i).GetComponent<Toggle>().interactable = selAble;
|
||||||
|
if(selAble&&i==0){
|
||||||
|
_videoItemContainer.GetChild(i).GetComponent<Toggle>().isOn = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user