C# Class e2dCurveVoronoiPreset, E2D-Continued

Inheritance: e2dPreset
Afficher le fichier Open project: ryanlatham/E2D-Continued Class Usage Examples

Méthodes publiques

Свойство Type Description
frequencyPerUnit float
peakRatio float
peakType e2dVoronoiPeakType
peakWidth float
usePeaks bool

Méthodes publiques

Méthode Description
Clone ( ) : e2dPreset,
Copy ( e2dPreset, other ) : void
UpdateValues ( e2dTerrainGenerator generator ) : void

Method Details

Clone() public méthode

public Clone ( ) : e2dPreset,
Résultat e2dPreset,

Copy() public méthode

public Copy ( e2dPreset, other ) : void
other e2dPreset,
Résultat void

UpdateValues() public méthode

public UpdateValues ( e2dTerrainGenerator generator ) : void
generator e2dTerrainGenerator
Résultat void

Property Details

frequencyPerUnit public_oe property

public float frequencyPerUnit
Résultat float

peakRatio public_oe property

public float peakRatio
Résultat float

peakType public_oe property

public e2dVoronoiPeakType peakType
Résultat e2dVoronoiPeakType

peakWidth public_oe property

public float peakWidth
Résultat float

usePeaks public_oe property

public bool usePeaks
Résultat bool