C# Class ProjectAnalyzer.ParticleInfo

Inheritance: ResInfo
Show file Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Properties

Property Type Description
conllier bool
duration float
maxParticles int
minParticles int
parentIsParticle bool
particleSysCnt int

Public Methods

Method Description
ParticleInfo ( GameObject go, string path ) : System

Method Details

ParticleInfo() public method

public ParticleInfo ( GameObject go, string path ) : System
go UnityEngine.GameObject
path string
return System

Property Details

conllier public property

public bool conllier
return bool

duration public property

public float duration
return float

maxParticles public property

public int maxParticles
return int

minParticles public property

public int minParticles
return int

parentIsParticle public property

public bool parentIsParticle
return bool

particleSysCnt public property

public int particleSysCnt
return int