Class Dff
A single DFF file
Inherited Members
Namespace: Slipe.Client.Assets
Assembly: SlipeClient.dll
Syntax
public class Dff : Asset
Constructors
| Improve this Doc View SourceDff(String)
Declaration
public Dff(string filepath)
Parameters
Type | Name | Description |
---|---|---|
String | filepath |
Methods
| Improve this Doc View SourceApplyTo(Int32, Boolean)
Applies the model to the game
Declaration
public void ApplyTo(int model, bool supportsAlpha = false)
Parameters
Type | Name | Description |
---|---|---|
Int32 | model | |
Boolean | supportsAlpha |
Load()
Loads the DFF file into memory
Declaration
public void Load()
Restore(Int32)
Declaration
public static void Restore(int model)
Parameters
Type | Name | Description |
---|---|---|
Int32 | model |