C# 클래스 OpenMetaverse.PhysicsPropertiesEventArgs

Set when simulator sends us infomation on primitive's physical properties
상속: System.EventArgs
파일 보기 프로젝트 열기: openmetaversefoundation/libopenmetaverse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PhysicsProperties Primitive.PhysicsProperties
Simulator Simulator

공개 메소드들

메소드 설명
PhysicsPropertiesEventArgs ( Simulator sim, Primitive props ) : System

Constructor

메소드 상세

PhysicsPropertiesEventArgs() 공개 메소드

Constructor
public PhysicsPropertiesEventArgs ( Simulator sim, Primitive props ) : System
sim Simulator Simulator where the message originated
props Primitive Updated physical properties
리턴 System

프로퍼티 상세

PhysicsProperties 공개적으로 프로퍼티

Updated physical properties
public Primitive.PhysicsProperties PhysicsProperties
리턴 Primitive.PhysicsProperties

Simulator 공개적으로 프로퍼티

Simulator where the message originated
public Simulator,OpenMetaverse Simulator
리턴 Simulator