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

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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

BranchArgs() 공개 메소드

public BranchArgs ( BoltArgs a, float slope, Vector2 minB, Vector2 maxB ) : System
a BoltArgs
slope float
minB Vector2
maxB Vector2
리턴 System

BranchArgs() 공개 메소드

public BranchArgs ( Vector2 s, Vector2 e, float jDisp, float minL, float maxL, float slope, Vector2 minB, Vector2 maxB, Color c ) : System
s Vector2
e Vector2
jDisp float
minL float
maxL float
slope float
minB Vector2
maxB Vector2
c Color
리턴 System

프로퍼티 상세

BranchSlope 공개적으로 프로퍼티

public float BranchSlope
리턴 float

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

JagDisplacement 공개적으로 프로퍼티

public float JagDisplacement
리턴 float

LineMinLength 공개적으로 프로퍼티

public float LineMinLength
리턴 float

MinBounds 공개적으로 프로퍼티

public Vector2 MinBounds
리턴 Vector2

Start 공개적으로 프로퍼티

public Vector2 Start
리턴 Vector2