Click or drag to resize
DigitalRuneGameObject Methods

The GameObject type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateEventT
Defines a game object event.
Public methodStatic memberCreatePropertyT
Defines a game object property.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetEventMetadata
Public methodStatic memberGetEventMetadataT(Int32)
Gets the metadata of the event with the given ID.
Public methodStatic memberGetEventMetadataT(String)
Gets metadata for the event with the given name.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetPropertyMetadata
Public methodStatic memberGetPropertyMetadataT(Int32)
Gets the metadata of the property with the given ID.
Public methodStatic memberGetPropertyMetadataT(String)
Gets the metadata of the property with the given name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValueT(Int32)
Gets the value of the property with the given ID.
Public methodGetValueT(String)
Gets the value of the property with the given name.
Public methodGetValueT(GamePropertyMetadataT)
Gets the value of the property with the given metadata.
Public methodLoad
Loads the content of the game object.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewFrame
Tells the game object to prepare itself for the next time step.
Protected methodOnLoad
Called when the game object should load its content.
Protected methodOnPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event.
Protected methodOnPropertyChangedT(GamePropertyT, T, T)
Is called after a game object property was changed.
Protected methodOnTemplateChanged
Raises the TemplateChanged event.
Protected methodOnUnload
Called when the game object should unload its content.
Protected methodOnUpdate
Called when the game object should be updated.
Public methodSetValueT(Int32, T)
Sets the value of the property with the given ID.
Public methodSetValueT(String, T)
Sets the value of the property with the given name.
Public methodSetValueT(GamePropertyMetadataT, T)
Set the value of the property for the given metadata.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnload
Unloads the content of the game object.
Public methodUpdate
Updates this game object.
Top
Explicit Interface Implementations
See Also