Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
entity
Renderers
BSPCollisionViewer.polygonInfo
C# 클래스 entity.Renderers.BSPCollisionViewer.polygonInfo
All the info required for each polygon on the screen
파일 보기
프로젝트 열기: troymac1ure/Entity
공개 프로퍼티들
프로퍼티
타입
설명
breakSurface
byte
flags
byte
indices
short[]
material
short
plane
int
공개 메소드들
메소드
설명
polygonInfo
( ) :
System
메소드 상세
polygonInfo()
공개
메소드
public
polygonInfo
( ) :
System
리턴
System
프로퍼티 상세
breakSurface
공개적으로 프로퍼티
Breakable Surface # ?? Maybe part of flags?
public
byte
breakSurface
리턴
byte
flags
공개적으로 프로퍼티
Polygon flags
public
byte
flags
리턴
byte
indices
공개적으로 프로퍼티
The indices of the polygon
public
short[]
indices
리턴
short[]
material
공개적으로 프로퍼티
The material of the polygon
public
short
material
리턴
short
plane
공개적으로 프로퍼티
The plane index of the polygon
public
int
plane
리턴
int