C# 클래스 CryEngine.Area

파일 보기 프로젝트 열기: PoppermostProductions/CryMono 1 사용 예제들

공개 메소드들

메소드 설명
GetArea ( int areaId ) : Area
GetEntityIdByIndex ( int index ) : CryEngine.EntityId
QueryAreas ( CryEngine.EntityId id, Vec3 pos, int maxResults, bool forceCalculation ) : IEnumerable

비공개 메소드들

메소드 설명
Area ( IntPtr ptr ) : System
TryGet ( IntPtr ptr ) : Area

메소드 상세

GetArea() 공개 정적인 메소드

public static GetArea ( int areaId ) : Area
areaId int
리턴 Area

GetEntityIdByIndex() 공개 메소드

public GetEntityIdByIndex ( int index ) : CryEngine.EntityId
index int
리턴 CryEngine.EntityId

QueryAreas() 공개 정적인 메소드

public static QueryAreas ( CryEngine.EntityId id, Vec3 pos, int maxResults, bool forceCalculation ) : IEnumerable
id CryEngine.EntityId
pos Vec3
maxResults int
forceCalculation bool
리턴 IEnumerable