C# 클래스 RTSEngine.Graphics.LightningGenerator.BoltArgs

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS

공개 프로퍼티들

프로퍼티 타입 설명
Color Color
JagDisplacement float
LineMinLength float
Start Vector2

공개 메소드들

메소드 설명
BoltArgs ( Vector2 s, Vector2 e, float jDisp, float minL, float maxL, Color c ) : System

메소드 상세

BoltArgs() 공개 메소드

public BoltArgs ( Vector2 s, Vector2 e, float jDisp, float minL, float maxL, Color c ) : System
s Vector2
e Vector2
jDisp float
minL float
maxL float
c Color
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

JagDisplacement 공개적으로 프로퍼티

public float JagDisplacement
리턴 float

LineMinLength 공개적으로 프로퍼티

public float LineMinLength
리턴 float

Start 공개적으로 프로퍼티

public Vector2 Start
리턴 Vector2