Click or drag to resize
DigitalRuneGamePropertyCategories Class
Defines a set of standard categories for game object properties and events.
Inheritance Hierarchy
SystemObject
  DigitalRune.GameGamePropertyCategories

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public static class GamePropertyCategories

The GamePropertyCategories type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAppearance
Properties related to how an object appears.
Public fieldStatic memberBehavior
Properties related to how an object acts.
Public fieldStatic memberCommon
Properties common among different objects.
Public fieldStatic memberDefault
Properties that are grouped in a default category.
Public fieldStatic memberInput
Properties related to input.
Public fieldStatic memberLayout
Properties related to layout.
Public fieldStatic memberStyle
Properties related to styling.
Top
See Also