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

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

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

Same methods

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