C# Class FC3Editor.Nomad.TextureManipulator

Afficher le fichier Open project: Azerothian/fc3editor

Méthodes publiques

Méthode Description
Paint ( Vec2 center, float amount, int id, PaintBrush brush ) : void
PaintConstraints ( Vec2 center, float amount, int id, PaintBrush brush ) : void
PaintConstraints_Begin ( float minHeight, float maxHeight, float heightFuzziness, float minSlope, float maxSlope ) : void
PaintConstraints_End ( ) : void
Paint_End ( ) : void

Method Details

Paint() public static méthode

public static Paint ( Vec2 center, float amount, int id, PaintBrush brush ) : void
center Vec2
amount float
id int
brush PaintBrush
Résultat void

PaintConstraints() public static méthode

public static PaintConstraints ( Vec2 center, float amount, int id, PaintBrush brush ) : void
center Vec2
amount float
id int
brush PaintBrush
Résultat void

PaintConstraints_Begin() public static méthode

public static PaintConstraints_Begin ( float minHeight, float maxHeight, float heightFuzziness, float minSlope, float maxSlope ) : void
minHeight float
maxHeight float
heightFuzziness float
minSlope float
maxSlope float
Résultat void

PaintConstraints_End() public static méthode

public static PaintConstraints_End ( ) : void
Résultat void

Paint_End() public static méthode

public static Paint_End ( ) : void
Résultat void