C# 클래스 Dodgeball.Game.BallTrail

상속: Group
파일 보기 프로젝트 열기: schonstal/BLOODBALL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
maxCount float
spawnRate float

공개 메소드들

메소드 설명
BallTrail ( Ball ball ) : System
spawn ( int steps = 1 ) : void
startingAlpha ( ) : float

메소드 상세

BallTrail() 공개 메소드

public BallTrail ( Ball ball ) : System
ball Ball
리턴 System

spawn() 공개 메소드

public spawn ( int steps = 1 ) : void
steps int
리턴 void

startingAlpha() 공개 메소드

public startingAlpha ( ) : float
리턴 float

프로퍼티 상세

maxCount 공개적으로 프로퍼티

public float maxCount
리턴 float

spawnRate 공개적으로 프로퍼티

public float spawnRate
리턴 float