C# 클래스 MeshParticleRenderer, MeshParticleRenderer-for-Unity-3D

상속: MonoBehaviour
파일 보기 프로젝트 열기: x-w/MeshParticleRenderer-for-Unity-3D

공개 프로퍼티들

프로퍼티 타입 설명
maximumParticles int
meshScale float
particleMaterials Material[]
particleMesh Mesh
rotationAxis Vector3

공개 메소드들

메소드 설명
LateUpdate ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
RemoveSubParticles ( ) : void
ResetSubParticles ( ) : void
Start ( ) : void

메소드 상세

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

RemoveSubParticles() 공개 메소드

public RemoveSubParticles ( ) : void
리턴 void

ResetSubParticles() 공개 메소드

public ResetSubParticles ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

maximumParticles 공개적으로 프로퍼티

public int maximumParticles
리턴 int

meshScale 공개적으로 프로퍼티

public float meshScale
리턴 float

particleMaterials 공개적으로 프로퍼티

public Material[] particleMaterials
리턴 Material[]

particleMesh 공개적으로 프로퍼티

public Mesh particleMesh
리턴 Mesh

rotationAxis 공개적으로 프로퍼티

public Vector3 rotationAxis
리턴 Vector3