C# Class NoiseTool.AdapterConstant

Inheritance: Adapter
ファイルを表示 Open project: MadoxLabs/NoiseTool

Public Properties

Property Type Description
noise Constant

Public Methods

Method Description
AdapterConstant ( ) : System
Apply ( ObservableCollection param ) : void
GetValue ( double x, double y ) : double
Seed ( ) : void

Method Details

AdapterConstant() public method

public AdapterConstant ( ) : System
return System

Apply() public method

public Apply ( ObservableCollection param ) : void
param ObservableCollection
return void

GetValue() public method

public GetValue ( double x, double y ) : double
x double
y double
return double

Seed() public method

public Seed ( ) : void
return void

Property Details

noise public_oe property

public Constant noise
return Constant