C# Class e2dCurveWalkPreset, E2D-Continued

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

Public Properties

Property Type Description
angleChangePerUnit float
cohesionPerUnit float
frequencyPerUnit float

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

angleChangePerUnit public property

public float angleChangePerUnit
return float

cohesionPerUnit public property

public float cohesionPerUnit
return float

frequencyPerUnit public property

public float frequencyPerUnit
return float