Uses of Interface
m3g10.Sample

Uses of Sample in m3g10
 

Classes in m3g10 that implement Sample
 class M3gFileSample
          Loads 3D models from M3G files that were created with Blender.
 class UserDataSample
          Memory game that uses information serialized in a model's user data.
 

Fields in m3g10 declared as Sample
private  Sample Main.currentSample
          Currently displayed sample.
 

Methods in m3g10 with parameters of type Sample
private  void Main.switchSample(Sample newSample)
          Destroys the current sample if it exists and displays a new one.