Project290.Physics.Collision.Shapes.Shape.ComputeProperties C# (CSharp) Метод

ComputeProperties() публичный абстрактный Метод

Compute the mass properties of this shape using its dimensions and density. The inertia tensor is computed about the local origin, not the centroid.
public abstract ComputeProperties ( ) : void
Результат void
        public abstract void ComputeProperties();