C# Class MBParticleGravity, Pharos

Inheritance: MBParameter
显示文件 Open project: rstaewen/Pharos

Public Properties

Property Type Description
Base Vector3

Public Methods

Method Description
OnLifetime ( MBParticle, PT ) : bool
Reset ( ) : void

Method Details

OnLifetime() public method

public OnLifetime ( MBParticle, PT ) : bool
PT MBParticle,
return bool

Reset() public method

public Reset ( ) : void
return void

Property Details

Base public_oe property

Base gravity
public Vector3 Base
return Vector3