Class CreateCollectionPopupController
Inherited Members
Namespace: Unity.Cloud.Assets.Samples.CollectionManagement
Syntax
public class CreateCollectionPopupController : PopupController
Constructors
CreateCollectionPopupController(VisualElement)
Declaration
public CreateCollectionPopupController(VisualElement root)
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.UIElements.VisualElement | root |
Methods
OnClicked()
Declaration
protected override void OnClicked()
Overrides
Events
CollectionCreated
Declaration
public event Action<IAssetCollectionCreation> CollectionCreated
Event Type
Type | Description |
---|---|
Action<IAssetCollectionCreation> |