AutoTiles.AutoTilesBase.GetDimensions C# (CSharp) Метод

GetDimensions() защищенный абстрактный Метод

Child classes must implement this method to check for and store the map dimensions of the target framework. this method needs to return a List that contains a single Vector2 for each layer, where x is with and y is height.
protected abstract GetDimensions ( ) : Vector2
Результат Vector2
        protected abstract Vector2 GetDimensions();