C# Class ProjectAnalyzer.ParticleInfo

Inheritance: ResInfo
ファイルを表示 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_oe property

public bool conllier
return bool

duration public_oe property

public float duration
return float

maxParticles public_oe property

public int maxParticles
return int

minParticles public_oe property

public int minParticles
return int

parentIsParticle public_oe property

public bool parentIsParticle
return bool

particleSysCnt public_oe property

public int particleSysCnt
return int