Universe.Physics.BulletSPlugin.BSAPITemplate.UpdateChildTransform C# (CSharp) Method

UpdateChildTransform() public abstract method

public abstract UpdateChildTransform ( BulletShape pShape, int childIndex, System.Vector3 pos, Quaternion rot, bool shouldRecalculateLocalAabb ) : void
pShape BulletShape
childIndex int
pos System.Vector3
rot Quaternion
shouldRecalculateLocalAabb bool
return void
        public abstract void UpdateChildTransform(BulletShape pShape, int childIndex, Vector3 pos, Quaternion rot,
            bool shouldRecalculateLocalAabb);
BSAPITemplate