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

GetNumberOfCompoundChildren() public abstract method

public abstract GetNumberOfCompoundChildren ( BulletShape cShape ) : int
cShape BulletShape
return int
        public abstract int GetNumberOfCompoundChildren(BulletShape cShape);
BSAPITemplate