Version: 2.0.2
Content
Description
The root component for a group of components. An example of a parent component is ScrollView
.
Example
<ScrollView>
<ScrollBar />
<Content>
<Text>Message Box</Text>
<Button>Submit</Button>
</Content>
</ScrollView>
Common Events
Common Properties
Create Properties
Name | Type | Default Value | Description |
---|---|---|---|
localTransform | mat4 | 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 | The local transform of the new node. Use glm::mat4() for the identity matrix. |