C# 클래스 Artemis.Plugins.LayerBrushes.Particle.Extension

파일 보기 프로젝트 열기: diogotr7/Artemis.Plugins

공개 메소드들

메소드 설명
GetValueAtPercent ( SKPoint range, float percent ) : float
RandomBetween ( Random rnd, float a, float b ) : float

메소드 상세

GetValueAtPercent() 공개 정적인 메소드

public static GetValueAtPercent ( SKPoint range, float percent ) : float
range SKPoint
percent float
리턴 float

RandomBetween() 공개 정적인 메소드

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