C# Class Artemis.Plugins.LayerBrushes.Particle.Extension

显示文件 Open project: diogotr7/Artemis.Plugins

Public Methods

Method Description
GetValueAtPercent ( SKPoint range, float percent ) : float
RandomBetween ( Random rnd, float a, float b ) : float

Method Details

GetValueAtPercent() public static method

public static GetValueAtPercent ( SKPoint range, float percent ) : float
range SKPoint
percent float
return float

RandomBetween() public static method

public static RandomBetween ( Random rnd, float a, float b ) : float
rnd Random
a float
b float
return float