| ModelEntity Constructor (String) | 
 
            Create the model entity from asset path.
            
 
    Namespace: 
   GeonBit.Core.Graphics
    Assembly:
   GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ModelEntity(
	string path
)
Parameters
- path
 - Type: SystemString
Path of the model to load. 
See Also