| GameObjectTemplate Property |
Gets or sets the template.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public GameObject Template { get; set; }
Public Property Template As GameObject
Get
Set
public:
property GameObject^ Template {
GameObject^ get ();
void set (GameObject^ value);
}
member Template : GameObject with get, set
Property Value
Type:
GameObjectThe template. The default is
.
Remarks
If a template is set, this game object has the same properties and events as the
template object. If a game object property does not have a local value (see
HasLocalValue), the property value of the template is used
as the default value.
A template object itself can also have a template.
See Also