Enum Origin
Seek origins for Assimp's virtual file system API.
Namespace: SharpAssimp
Assembly: SharpAssimp.dll
Syntax
public enum Origin
Fields
Name | Description |
---|---|
Current | Current position of the file pointer. |
End | End of the file, offsets must be negative. |
Set | Beginning of the file |