Class UAFiOSPodChannel
Assembly: UnityAppFlavor.Editor.dll
View Source
Declaration
[Serializable]
public class UAFiOSPodChannel
Fields
channel
View Source
Declaration
[FormerlySerializedAs("name")]
[VerticalGroup("基础配置", 0)]
[LabelText("渠道名")]
[Required]
public string channel
pods
View Source
Declaration
[VerticalGroup("Pod", 0)]
[HideLabel]
[Required]
[TableList(AlwaysExpanded = true)]
public List<UAFiOSPod> pods
Methods
Pods2String()
View Source
Declaration
public string Pods2String()
Returns
System.String