AlphaFramework API  1.0.3
Static Public Member Functions | Protected Member Functions | List of all members
AlphaFramework.Editor.World.Dialogs.TerrainSizeDialog Class Reference

Displays and edits a TerrainSize. Can also be used to create a new TerrainSize. More...

Inheritance diagram for AlphaFramework.Editor.World.Dialogs.TerrainSizeDialog:

Static Public Member Functions

static TerrainSize Create ()
 Get a new TerrainSize. More...
 
static void Edit (ref TerrainSize size)
 Modify an existing TerrainSize. More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Detailed Description

Displays and edits a TerrainSize. Can also be used to create a new TerrainSize.

This dialog is a modal dialog. Communication is handled via the static methods (Create, Edit).

Member Function Documentation

◆ Create()

static TerrainSize AlphaFramework.Editor.World.Dialogs.TerrainSizeDialog.Create ( )
inlinestatic

Get a new TerrainSize.

Returns
The new TerrainSize.

◆ Dispose()

override void AlphaFramework.Editor.World.Dialogs.TerrainSizeDialog.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

◆ Edit()

static void AlphaFramework.Editor.World.Dialogs.TerrainSizeDialog.Edit ( ref TerrainSize  size)
inlinestatic

Modify an existing TerrainSize.

Parameters
sizeThe TerrainSize to modify
Exceptions
OperationCanceledExceptionThe user clicked the cancel button.

The documentation for this class was generated from the following files: