documentation

This commit is contained in:
Nick Fisher
2025-04-16 17:15:38 +08:00
parent a772b86f09
commit 48654f0e8f

View File

@@ -76,7 +76,7 @@ abstract class ThermionAsset {
/// ///
/// Create a new instance of [entity]. /// Create a new instance of [entity].
/// Instances are not automatically added to the scene; you must /// Instances are not automatically added to the scene; you must
/// call [addToScene]. /// call [Scene.add].
/// ///
Future<ThermionAsset> createInstance( Future<ThermionAsset> createInstance(
{covariant List<MaterialInstance>? materialInstances = null}); {covariant List<MaterialInstance>? materialInstances = null});