C# Class KerbalTerrainSystem.PQSMod_TerrainDeformation

Custom PQSMod to add deformation to the terrain
Inheritance: PQSMod
Afficher le fichier Open project: ThomasKerman/Kerbal-Terrain-System

Méthodes publiques

Свойство Type Description
deformations List

Méthodes publiques

Méthode Description
OnSetup ( ) : void
OnVertexBuildHeight ( PQS data ) : void

Method Details

OnSetup() public méthode

public OnSetup ( ) : void
Résultat void

OnVertexBuildHeight() public méthode

public OnVertexBuildHeight ( PQS data ) : void
data PQS
Résultat void

Property Details

deformations public_oe property

public List deformations
Résultat List