mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-15 10:48:04 +00:00
More readme fixes
This commit is contained in:
parent
f8ae2df1a0
commit
d30b0af342
10
README.md
10
README.md
@ -896,15 +896,7 @@ Element is subject to [culling](#visibility-culling). Otherwise, multiple `Clay_
|
||||
|
||||
### CLAY_ID
|
||||
|
||||
**Usage**
|
||||
|
||||
`CLAY(CLAY_ID(STRING_LITERAL idString)) {}`
|
||||
|
||||
**Lifecycle**
|
||||
|
||||
`Clay_BeginLayout()` -> `CLAY(` -> `CLAY_ID()` -> `)` -> `Clay_EndLayout()`
|
||||
|
||||
**Notes**
|
||||
`Clay_ElementId CLAY_ID(STRING_LITERAL idString)`
|
||||
|
||||
**CLAY_ID()** is used to generate and attach a [Clay_ElementId](#clay_elementid) to a layout element during declaration.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user