Click or drag to resize
SkinnedModelEntity 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)
Syntax
C#
public SkinnedModelEntity(
	string path
)

Parameters

path
Type: SystemString
Path of the model to load.
See Also