コード例 #1
0
 public void OnEnable()
 {
     _instance = this;
     _layout   = playerListContentTransform.GetComponent <VerticalLayoutGroup>();
 }
コード例 #2
0
ファイル: LobbyPlayerList.cs プロジェクト: xenouk/Arena
        public void Awake() {
			_instance = this;
		}
コード例 #3
0
 public void OnEnable()
 {
     _instance = this;
     _layout = playerListContentTransform.GetComponent<VerticalLayoutGroup>();
 }
コード例 #4
0
ファイル: LobbyPlayerList.cs プロジェクト: zj2015262624/vkds
 public void Awake()
 {
     _instance = this;
 }