C# 클래스 LibNoise.Model.AbstractModel

Abstract base class for all Model Model must defined their own GetValue() method
파일 보기 프로젝트 열기: everbytes/LibNoise

보호된 프로퍼티들

프로퍼티 타입 설명
PSourceModule IModule

공개 메소드들

메소드 설명
AbstractModel ( )

Default constructor

AbstractModel ( IModule module )

Constructor

메소드 상세

AbstractModel() 공개 메소드

Default constructor
public AbstractModel ( )

AbstractModel() 공개 메소드

Constructor
public AbstractModel ( IModule module )
module IModule The noise module that is used to generate the output values

프로퍼티 상세

PSourceModule 보호되어 있는 프로퍼티

The source input module.
protected IModule PSourceModule
리턴 IModule