| | |
| | | {
|
| | | if (m_AvatarImage == null)
|
| | | {
|
| | | m_AvatarImage = this.GetComponent<ImageEx>("AvatarCell/Img_Avatar");
|
| | | m_AvatarImage = this.GetComponent<ImageEx>("AvatarCell/Img_BG/Img_AvatarFrame/GameObject/Img_Avatar");
|
| | | }
|
| | | return m_AvatarImage;
|
| | | }
|
| | |
| | | {
|
| | | if (m_AvatarFrameImage == null)
|
| | | {
|
| | | m_AvatarFrameImage = this.GetComponent<ImageEx>("AvatarCell/Img_AvatarFrame");
|
| | | m_AvatarFrameImage = this.GetComponent<ImageEx>("AvatarCell/Img_BG/Img_AvatarFrame");
|
| | | }
|
| | | return m_AvatarFrameImage;
|
| | | }
|
| | |
| | | {
|
| | | if (m_button == null)
|
| | | {
|
| | | m_button = this.GetComponent<ButtonEx>("AvatarCell/Img_AvatarFrame");
|
| | | m_button = this.GetComponent<ButtonEx>("AvatarCell/Img_BG");
|
| | | }
|
| | | return m_button;
|
| | | }
|
| | |
| | | {
|
| | | if (m_AvatarUIFrame == null)
|
| | | {
|
| | | m_AvatarUIFrame = this.GetComponent<UIFrame>("AvatarCell/Img_Avatar");
|
| | | m_AvatarUIFrame = this.GetComponent<UIFrame>("AvatarCell/Img_BG/Img_AvatarFrame/GameObject/Img_Avatar");
|
| | | }
|
| | | return m_AvatarUIFrame;
|
| | | }
|
| | |
| | | {
|
| | | if (m_AvatarFrameUIFrame == null)
|
| | | {
|
| | | m_AvatarFrameUIFrame = this.GetComponent<UIFrame>("AvatarCell/Img_AvatarFrame");
|
| | | m_AvatarFrameUIFrame = this.GetComponent<UIFrame>("AvatarCell/Img_BG/Img_AvatarFrame");
|
| | | }
|
| | | return m_AvatarFrameUIFrame;
|
| | | }
|
| | |
| | | {
|
| | | if (m_AvatarUIEffect == null)
|
| | | {
|
| | | m_AvatarUIEffect = this.GetComponent<UIEffectPlayer>("AvatarCell/Img_Avatar");
|
| | | m_AvatarUIEffect = this.GetComponent<UIEffectPlayer>("AvatarCell/Img_BG/Img_AvatarFrame/GameObject/Img_Avatar");
|
| | | }
|
| | | return m_AvatarUIEffect;
|
| | | }
|
| | |
| | | {
|
| | | if (m_AvatarFrameUIEffect == null)
|
| | | {
|
| | | m_AvatarFrameUIEffect = this.GetComponent<UIEffectPlayer>("AvatarCell/Img_AvatarFrame");
|
| | | m_AvatarFrameUIEffect = this.GetComponent<UIEffectPlayer>("AvatarCell/Img_BG/Img_AvatarFrame");
|
| | | }
|
| | | return m_AvatarFrameUIEffect;
|
| | | }
|