We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#90
BaseScene에서 지원하기에는, 씬 파렛트 기능에서도 사용해야하므로 공용성있는 플러그인으로 처리하는게 나을 것으로 보임.
파티클은 프로그래밍으로 생성과 제거를 할 수 있어야 함. alias 지원 필요 gravityX, gravityY, scale(start, end), emitRadius 필요
기본적으로 지원되는 파티클 목록은 다음과 같음.
반짝임 효과. 쯔꾸르에서 특정 지역에 반짝이는 것과 같음
반딧불 효과. 아래에서 위로 좌우로 움직이며 사라지는 불빛
연기 효과. 아래에서 생겨서 올라감
The text was updated successfully, but these errors were encountered:
액터에 붙는 파티클 효과는 이 플러그인을 사용하여 좀 더 효율적으로 사용할 수 있음.
actor.particle.addExists(this.particle.addSomeParticle(0, 0))
Sorry, something went wrong.
feat izure1/eriengine#97
25b1e99
jetSmoke 파티클 효과 추가 필요
add izure1/eriengine#97 (comment)
5a20b81
izure1
No branches or pull requests
#90
BaseScene에서 지원하기에는, 씬 파렛트 기능에서도 사용해야하므로 공용성있는 플러그인으로 처리하는게 나을 것으로 보임.
파티클은 프로그래밍으로 생성과 제거를 할 수 있어야 함.
alias 지원 필요
gravityX, gravityY, scale(start, end), emitRadius 필요
기본적으로 지원되는 파티클 목록은 다음과 같음.
glitter반짝임 효과. 쯔꾸르에서 특정 지역에 반짝이는 것과 같음
firefly반딧불 효과. 아래에서 위로 좌우로 움직이며 사라지는 불빛
smoke
연기 효과. 아래에서 생겨서 올라감
jetsnow
rain
sparkexplodeburnThe text was updated successfully, but these errors were encountered: