Reorder function in importer base class.
This commit is contained in:
parent
52ce19f62c
commit
aefcd42084
@ -34,11 +34,6 @@ OV.ImporterBase = class
|
||||
ResetState ()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
ImportContent (content)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
CanImportExtension (extension)
|
||||
@ -56,6 +51,11 @@ OV.ImporterBase = class
|
||||
return OV.Direction.Z;
|
||||
}
|
||||
|
||||
ImportContent (content)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
GetModel ()
|
||||
{
|
||||
return this.model;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user