C# 클래스 OpenSim.Framework.ChildAgentDataUpdate

파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AVHeight float
ActiveGroupID System.Guid
AgentID System.Guid
GroupAccess uint
Position System.Vector3
Velocity System.Vector3
alwaysrun bool
cameraPosition System.Vector3
drawdistance float
godlevel float
regionHandle ulong
throttles byte[]

공개 메소드들

메소드 설명
ChildAgentDataUpdate ( ) : System

메소드 상세

ChildAgentDataUpdate() 공개 메소드

public ChildAgentDataUpdate ( ) : System
리턴 System

프로퍼티 상세

AVHeight 공개적으로 프로퍼티

public float AVHeight
리턴 float

ActiveGroupID 공개적으로 프로퍼티

public Guid,System ActiveGroupID
리턴 System.Guid

AgentID 공개적으로 프로퍼티

public Guid,System AgentID
리턴 System.Guid

GroupAccess 공개적으로 프로퍼티

public uint GroupAccess
리턴 uint

Position 공개적으로 프로퍼티

public Vector3,System Position
리턴 System.Vector3

Velocity 공개적으로 프로퍼티

public Vector3,System Velocity
리턴 System.Vector3

alwaysrun 공개적으로 프로퍼티

public bool alwaysrun
리턴 bool

cameraPosition 공개적으로 프로퍼티

public Vector3,System cameraPosition
리턴 System.Vector3

drawdistance 공개적으로 프로퍼티

public float drawdistance
리턴 float

godlevel 공개적으로 프로퍼티

public float godlevel
리턴 float

regionHandle 공개적으로 프로퍼티

public ulong regionHandle
리턴 ulong

throttles 공개적으로 프로퍼티

public byte[] throttles
리턴 byte[]