C# Class e2dCurveMidpointPreset, E2D-Continued

Inheritance: e2dPreset
Show file Open project: ryanlatham/E2D-Continued Class Usage Examples

Public Properties

Property Type Description
frequencyPerUnit float
roughness float
usePeaks bool

Public Methods

Method Description
Clone ( ) : e2dPreset,
Copy ( e2dPreset, other ) : void
UpdateValues ( e2dTerrainGenerator generator ) : void

Method Details

Clone() public method

public Clone ( ) : e2dPreset,
return e2dPreset,

Copy() public method

public Copy ( e2dPreset, other ) : void
other e2dPreset,
return void

UpdateValues() public method

public UpdateValues ( e2dTerrainGenerator generator ) : void
generator e2dTerrainGenerator
return void

Property Details

frequencyPerUnit public property

public float frequencyPerUnit
return float

roughness public property

public float roughness
return float

usePeaks public property

public bool usePeaks
return bool