Skip to content

Commit

Permalink
Remove AttributesSerialized from the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DervexDev committed Jun 10, 2024
1 parent c7ca098 commit 58adcab
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions api/properties.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Many property types have an **implicit** and **explicit** format. While most of

## Attributes

Rojo defines the "Attributes" property on any instance to have the Attributes type, allowing it to be specified implicitly.
Argon defines the "Attributes" property on any instance to have the Attributes type, allowing it to be specified implicitly.

For both implicit and explicit values, the format is an object where each field represents an attribute, where the key is the name of the attribute, and the value must be an explicit value.

Expand All @@ -65,11 +65,9 @@ For both implicit and explicit values, the format is an object where each field
"Foo": { "Bool": true },
"Bar": { "Vector3": [1.0, 2.0, 3.0] }
},
"AttributesSerialized": {
"Attributes": {
"Foo": { "Bool": true },
"Bar": { "Vector3": [1.0, 2.0, 3.0] }
}
"Attributes": {
"Foo": { "Bool": true },
"Bar": { "Vector3": [1.0, 2.0, 3.0] }
}
}
}
Expand Down

0 comments on commit 58adcab

Please sign in to comment.