Class EMSCreateExperienceUIB
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
EMSCreateExperienceUIB
Inherited Members
Namespace: Appearition.Example
Assembly: Assembly-CSharp.dll
Syntax
[RequireComponent(typeof(EMSCreateExperienceB))]
public class EMSCreateExperienceUIB : BaseEMSUITab
Fields
delayBetweenPoints
Declaration
public float delayBetweenPoints
Field Value
| Type | Description |
|---|---|
| System.Single |
feedbackText
Declaration
public Text feedbackText
Field Value
| Type | Description |
|---|---|
| UnityEngine.UI.Text |
mediaToUploadPathText
Declaration
public InputField mediaToUploadPathText
Field Value
| Type | Description |
|---|---|
| UnityEngine.UI.InputField |
mediaTypeDropdown
Declaration
public Dropdown mediaTypeDropdown
Field Value
| Type | Description |
|---|---|
| UnityEngine.UI.Dropdown |
targetImageToUploadPathText
Declaration
public InputField targetImageToUploadPathText
Field Value
| Type | Description |
|---|---|
| UnityEngine.UI.InputField |
targetNameIF
Declaration
public InputField targetNameIF
Field Value
| Type | Description |
|---|---|
| UnityEngine.UI.InputField |
uploadExperienceBT
Declaration
public Button uploadExperienceBT
Field Value
| Type | Description |
|---|---|
| UnityEngine.UI.Button |
uploadExperienceBTText
Declaration
public Text uploadExperienceBTText
Field Value
| Type | Description |
|---|---|
| UnityEngine.UI.Text |
Methods
Awake()
Declaration
protected override void Awake()
Overrides
GetDotAnimationObject()
Returns a dot animation object using the proper UI.
Declaration
public DotAnimation GetDotAnimationObject()
Returns
| Type | Description |
|---|---|
| DotAnimation | The dot animation object. |
OnExperienceCreationComplete(Boolean)
Called once the experience creation process has completed.
Declaration
public void OnExperienceCreationComplete(bool success)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | success | If set to |
OnResetFieldsButtonPressed()
Declaration
public void OnResetFieldsButtonPressed()
OnUploadExperienceButtonPressed()
Occurs wheenver the Upload Experience button is pressed. Handles the uploading of an experience, including creating the target image.
Declaration
public void OnUploadExperienceButtonPressed()
RefreshIfUploadButtonIsInteractible()
Occurs whenever a dropdown or text field has been touched. Verifies if the Upload button should be available.
Declaration
public void RefreshIfUploadButtonIsInteractible()