C# Class ObjModelLoader, Unity-Obj-Loader

Inheritance: MonoBehaviour
Afficher le fichier Open project: qinyuanpei/Unity-Obj-Loader Class Usage Examples

Méthodes publiques

Méthode Description
LoadFormFile ( string modelFilePath, string texturePath ) : void

从本地文件中加载一个.obj模型

LoadFormWWW ( string modelFilePath, string textureFilePath ) : void

从网络加载一个.obj模型

Start ( ) : void

Method Details

LoadFormFile() public méthode

从本地文件中加载一个.obj模型
public LoadFormFile ( string modelFilePath, string texturePath ) : void
modelFilePath string 模型文件路径
texturePath string 贴图文件路径
Résultat void

LoadFormWWW() public méthode

从网络加载一个.obj模型
public LoadFormWWW ( string modelFilePath, string textureFilePath ) : void
modelFilePath string
textureFilePath string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void