documentation
This commit is contained in:
@@ -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});
|
||||||
|
|||||||
Reference in New Issue
Block a user