Click or drag to resize

ElementModelDecals Property

Applies a decal on the parent element.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public List<DecalModel> Decals { get; set; }

Property Value

Type: ListDecalModel
Remarks

The Decal element specifies an image URL to be applied to the parent element.

Examples
XML
<Element Id="MyObject" SourceId="MyObject">
  <Decals>
    <Decal GameObjectId="Label" ImageUrl="http://myurl/myimage.png" IsVisible="true" />
  </Decals>
</Element>
See Also