C# Class Axiom.Components.Terrain.TerrainSlotDefinition

Definition of how to populate a 'slot' in the terrain group.
Inheritance: IDisposable
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
FileName string
ImportData Axiom.Components.Terrain.ImportData

Public Methods

Method Description
Dispose ( ) : void

FreeImportData ( ) : void

Destroy temp import resources

UseFilename ( ) : void

Set to use file name

UseImportData ( ) : void

Set to use import data

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FreeImportData() public method

Destroy temp import resources
public FreeImportData ( ) : void
return void

UseFilename() public method

Set to use file name
public UseFilename ( ) : void
return void

UseImportData() public method

Set to use import data
public UseImportData ( ) : void
return void

Property Details

FileName public property

Filename, if this is to be loaded from a file
public string FileName
return string

ImportData public property

Import data, if this is to be defined based on importing
public ImportData,Axiom.Components.Terrain ImportData
return Axiom.Components.Terrain.ImportData