ElementModelDecals Property |
Namespace: Livit.Learn.Model
The Decal element specifies an image URL to be applied to the parent element.
<Element Id="MyObject" SourceId="MyObject"> <Decals> <Decal GameObjectId="Label" ImageUrl="http://myurl/myimage.png" IsVisible="true" /> </Decals> </Element>