Click or drag to resize
DigitalRuneGameObjectTemplate Property
Gets or sets the template.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public GameObject Template { get; set; }

Property Value

Type: GameObject
The 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