menu
dentity package
documentation
dentity.dart
EntityPrefab
EntityPrefab.new constructor
EntityPrefab.new constructor
dark_mode
light_mode
EntityPrefab
constructor
EntityPrefab
(
{
required
String
name
,
required
Set
<
Component
>
components
,
})
Implementation
EntityPrefab({ required this.name, required this.components, });
dentity package
documentation
dentity
EntityPrefab
EntityPrefab.new constructor
EntityPrefab class