C# 클래스 OpenMetaverse.ParticleUpdateEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: openmetaversefoundation/libopenmetaverse 1 사용 예제들

공개 메소드들

메소드 설명
ParticleUpdateEventArgs ( Simulator simulator, Primitive particlesystem, Primitive source ) : System

Construct a new instance of the ParticleUpdateEventArgs class

메소드 상세

ParticleUpdateEventArgs() 공개 메소드

Construct a new instance of the ParticleUpdateEventArgs class
public ParticleUpdateEventArgs ( Simulator simulator, Primitive particlesystem, Primitive source ) : System
simulator Simulator The simulator the packet originated from
particlesystem Primitive The ParticleSystem data
source Primitive The Primitive source
리턴 System