DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Класс PhysicsGeom

Закрытые члены

proto external void Destroy ()
 Destroys geometry.
 
proto external void Destroy ()
 Destroys geometry.
 

Закрытые статические члены

static proto PhysicsGeom CreateBox (vector size)
 
static proto PhysicsGeom CreateSphere (float radius)
 
static proto PhysicsGeom CreateCapsule (float radius, float height)
 
static proto PhysicsGeom CreateCylinder (float radius, float height)
 
static proto PhysicsGeom CreateTriMesh (vector vertices[], int indices[], int numVertices, int numIndices)
 
static proto PhysicsGeom CreateBox (vector size)
 
static proto PhysicsGeom CreateSphere (float radius)
 
static proto PhysicsGeom CreateCapsule (float radius, float height)
 
static proto PhysicsGeom CreateCylinder (float radius, float height)
 
static proto PhysicsGeom CreateTriMesh (vector vertices[], int indices[], int numVertices, int numIndices)
 

Подробное описание

См. определение в файле PhysicsGeom.c строка 11