VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
CellMesh object indicated by Ddo.ObjectType.CellMesh. ID range 0x01000000 to 0x01FFFFFF. Also called CellStructure
in the game clients. Should be consistent between DDO and LOTRO. Usage: new CellMesh(...) - will add a static method loader in the future.
More...
Public Member Functions | |
CellMesh (BinaryReader reader, IPropertyMaster propertyMaster) | |
Properties | |
uint | Id [get] |
PhysicsMesh | PhysicsMesh [get] |
List< Plane > | Planes = new List<Plane>() [get] |
List< Polygon > | PortalPolygons [get] |
List< Polygon > | PhysicsPolygons [get] |
List< Vector3 > | Vertices [get] |
IPropertyCollection | Properties [get] |
RenderMesh | RenderMesh [get] |
CellMesh object indicated by Ddo.ObjectType.CellMesh. ID range 0x01000000 to 0x01FFFFFF. Also called CellStructure
in the game clients. Should be consistent between DDO and LOTRO. Usage: new CellMesh(...) - will add a static method loader in the future.