Novelty object reference > Group

  Group

Group is a simple container object for other objects.


Usage

Example use cases:


Related articles


Sample NoveltyML

<Group name="My group" size="320,240">
	<Border texture="My other texture" size="100%"/>
	<Image texture="My texture" />
</Group>


Back to top