C# 클래스 e2dCurveVoronoiPreset, E2D-Continued

상속: e2dPreset
파일 보기 프로젝트 열기: ryanlatham/E2D-Continued 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
frequencyPerUnit float
peakRatio float
peakType e2dVoronoiPeakType
peakWidth float
usePeaks bool

공개 메소드들

메소드 설명
Clone ( ) : e2dPreset,
Copy ( e2dPreset, other ) : void
UpdateValues ( e2dTerrainGenerator generator ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : e2dPreset,
리턴 e2dPreset,

Copy() 공개 메소드

public Copy ( e2dPreset, other ) : void
other e2dPreset,
리턴 void

UpdateValues() 공개 메소드

public UpdateValues ( e2dTerrainGenerator generator ) : void
generator e2dTerrainGenerator
리턴 void

프로퍼티 상세

frequencyPerUnit 공개적으로 프로퍼티

public float frequencyPerUnit
리턴 float

peakRatio 공개적으로 프로퍼티

public float peakRatio
리턴 float

peakType 공개적으로 프로퍼티

public e2dVoronoiPeakType peakType
리턴 e2dVoronoiPeakType

peakWidth 공개적으로 프로퍼티

public float peakWidth
리턴 float

usePeaks 공개적으로 프로퍼티

public bool usePeaks
리턴 bool