...
Name | Description |
---|---|
Create() | Create a new IBakeInputMaterial. |
Load(IGeoInputStream &, Geo::u32) | Load an instance of this class from an IGeoInputStream. |
Release() | Free this object that was created within the Enlighten libraries. |
Save(IGeoStream &, Geo::u32) | Save an instance of this class to an IGeoStream. |
SetMaterial(Geo::GeoGuid, Geo::s32, Geo::u64, const BakeMaterialInfo &) | Assign materials. |
SetMaterial(Geo::GeoGuid, Geo::s32, Geo::GeoGuid, Geo::s32, Geo::u64, const BakeMaterialInfo &) | Set a material on all instances across all systems. |
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...