GameEngine.Drawing.DrawableInstance.GetWidth C# (CSharp) Méthode

GetWidth() public méthode

public GetWidth ( GameTime gameTime ) : int
gameTime Microsoft.Xna.Framework.GameTime
Résultat int
        public int GetWidth(GameTime gameTime)
        {
            return Drawable.GetWidth(GetElapsedMS(gameTime));
        }