Artemis.Modules.Games.EurotruckSimulator2.EurotruckSimulator2Model.GetRenderLayers C# (CSharp) Méthode

GetRenderLayers() public méthode

public GetRenderLayers ( bool keyboardOnly ) : List
keyboardOnly bool
Résultat List
        public override List<LayerModel> GetRenderLayers(bool keyboardOnly)
        {
            return Profile.GetRenderLayers(DataModel, keyboardOnly);
        }
    }