Ctrl+K

Strawberry Namespace

Documentation for types in the Strawberry namespace.

Namespaces

Namespace Description
Strawberry.Android
Strawberry.Collection
Strawberry.Common
Strawberry.Components
Strawberry.Core
Strawberry.Desktop
Strawberry.EventSystem
Strawberry.Graphics
Strawberry.Input
Strawberry.Math
Strawberry.Misc
Strawberry.OpenAL
Strawberry.Serialization
Strawberry.Sound
Strawberry.Web

Classes

Type Description
Strawberry.Base The Base Class for any object containing unmanaged references.
Strawberry.DisposableReferenceObject
Strawberry.FrameInfo Contains information about the current frame.
Strawberry.Game Runs a game using a game context in which the game is happening and a platform dependent game launcher.
Strawberry.GameTimer The default implementation for IFrameInfoProvider
Strawberry.ReferenceObject Base class of all reference objects. All entities or components are derived from this class. It is used for serialization and deserialization.

Interfaces

Type Description
Strawberry.IBase
Strawberry.IFrameInfoProvider Provides information about the FPS and other frame related information
Strawberry.IGameLauncher Provides mechanism for launching a game in different platforms. Methods implemented by using this interface are called by the Game class and you cannot run a game by implementing this interface alone