C# 클래스 EmitParticles, ES2014B

상속: MonoBehaviour
파일 보기 프로젝트 열기: eloipuertas/ES2014B 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fire_ball UnityEngine.AudioClip
lif float
normal float
pos Vector3
siz float
velocitat int
velx float

공개 메소드들

메소드 설명
throwParticle ( GameObject player, Vector3 target ) : void

메소드 상세

throwParticle() 공개 메소드

public throwParticle ( GameObject player, Vector3 target ) : void
player GameObject
target Vector3
리턴 void

프로퍼티 상세

fire_ball 공개적으로 프로퍼티

public AudioClip,UnityEngine fire_ball
리턴 UnityEngine.AudioClip

lif 공개적으로 프로퍼티

public float lif
리턴 float

normal 공개적으로 프로퍼티

public float normal
리턴 float

pos 공개적으로 프로퍼티

public Vector3 pos
리턴 Vector3

siz 공개적으로 프로퍼티

public float siz
리턴 float

velocitat 공개적으로 프로퍼티

public int velocitat
리턴 int

velx 공개적으로 프로퍼티

public float velx
리턴 float