Skip to content

IWizardPage

InterfaceAssetInventoryAssetInventory.Editor
public interface IWizardPage

No description is available for this type.

string Title { get; }

No description is available for this member.

Returns

System.String — No return description is available.

string Description { get; }

No description is available for this member.

Returns

System.String — No return description is available.

bool IsCompleted { get; set; }

No description is available for this member.

Returns

System.Boolean — No return description is available.

bool CanProceed { get; }

No description is available for this member.

Returns

System.Boolean — No return description is available.

void Draw()

No description is available for this member.

void OnEnter()

No description is available for this member.

void OnExit()

No description is available for this member.