menu
raylib_dartified_base package
documentation
core/raylib_dartified_base.dart
MaterialBase<X extends MaterialBase<X, S, M, T, C>, S extends ShaderBase<S>, M extends MaterialMapBase<M, T, C>, T extends TextureBase<T>, C extends ColorBase<C>>
structName property
structName property
dark_mode
light_mode
structName
property
String
get
structName
inherited
The Dart-side type name of this struct
Implementation
String get structName => runtimeType.toString();
raylib_dartified_base package
documentation
core/raylib_dartified_base
MaterialBase<X extends MaterialBase<X, S, M, T, C>, S extends ShaderBase<S>, M extends MaterialMapBase<M, T, C>, T extends TextureBase<T>, C extends ColorBase<C>>
structName property
MaterialBase mixin