From d30b0af3420e303fa36dd0651b5f9c9d86b4ee8e Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Tue, 4 Mar 2025 10:07:10 +1300 Subject: [PATCH] More readme fixes --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 17f3208..f9d5340 100644 --- a/README.md +++ b/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.