Class ViewSystemSaveData.ViewSystemBaseSetting
Inheritance
System.Object
ViewSystemSaveData.ViewSystemBaseSetting
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MacacaGames.ViewSystem
Assembly: Macaca.ViewSystem.dll
Syntax
[Serializable]
public class ViewSystemBaseSetting
Fields
| Improve this Doc View Source_maxWaitingTime
Declaration
public float _maxWaitingTime
Field Value
Type | Description |
---|---|
System.Single |
builtInBreakPoints
Declaration
public string[] builtInBreakPoints
Field Value
Type | Description |
---|---|
System.String[] |
minimumTimeInterval
The minimum effective interval Show/Leave OverlayPage or ChangePage on FullPage call. If user the method call time interval less than this value, the call will be ignore!
Declaration
public float minimumTimeInterval
Field Value
Type | Description |
---|---|
System.Single |
UIRoot
Declaration
public GameObject UIRoot
Field Value
Type | Description |
---|---|
UnityEngine.GameObject |
UIRootScene
Declaration
public GameObject UIRootScene
Field Value
Type | Description |
---|---|
UnityEngine.GameObject |
UseNavigationSetting
Declaration
public bool UseNavigationSetting
Field Value
Type | Description |
---|---|
System.Boolean |
userBreakPoints
Declaration
public List<string> userBreakPoints
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
ViewControllerObjectPath
Declaration
public string ViewControllerObjectPath
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourcebreakPoints
Declaration
public string[] breakPoints { get; }
Property Value
Type | Description |
---|---|
System.String[] |
MaxWaitingTime
Declaration
public float MaxWaitingTime { get; }
Property Value
Type | Description |
---|---|
System.Single |