डिक्लेरेशन func RemoveComponent(target entity, componentID Type, out var isSuccess bool) go पैरामीटर्स इनपुट नाम टाइप विवरण Target entity Target Entity Component Type Component type ID. Only custom components created by users are supported आउट नाम टाइप विवरण Is Success Bool Whether the removal is successful. Non-existent components or non-custom components will fail to be removed.