Aurora.Modules.CityBuilder.CityBuilding.constructCube C# (CSharp) Метод

constructCube() приватный Метод

private constructCube ( float left, float right, float front, float back, float bottom, float top ) : void
left float
right float
front float
back float
bottom float
top float
Результат void
        private void constructCube(float left, float right, float front, float back, float bottom, float top)
        {
        }

Same methods

CityBuilding::constructCube ( int left, int right, int front, int back, int bottom, int top ) : void