public bhkMoppBvTreeShape() { shape = null; shapeScale = 1.0f; moppDataSize = (uint)0; scale = 0.0f; buildType = (MoppDataBuildType)0; }
/*! NIFLIB_HIDDEN function. For internal use only. */ internal override void FixLinks(Dictionary <uint, NiObject> objects, List <uint> link_stack, List <NiObject> missing_link_stack, NifInfo info) { base.FixLinks(objects, link_stack, missing_link_stack, info); shape = FixLink <bhkShape>(objects, link_stack, missing_link_stack, info); }
public bhkTransformShape() { shape = null; radius = 0.0f; }
public bhkConvexSweepShape() { shape = null; radius = 0.0f; }
public bhkWorldObject() { shape = null; unknownInt = (uint)0; broadPhaseType = (BroadPhaseType)1; }