Show / Hide Table of Contents

Class Dff

A single DFF file

Inheritance
Object
Asset
Dff
Inherited Members
Asset.filepath
Asset.Filepath
Asset.state
Asset.State
Asset.Download()
Asset.OnDownloadComplete
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Assets
Assembly: SlipeClient.dll
Syntax
public class Dff : Asset

Constructors

| Improve this Doc View Source

Dff(String)

Declaration
public Dff(string filepath)
Parameters
Type Name Description
String filepath

Methods

| Improve this Doc View Source

ApplyTo(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
| Improve this Doc View Source

Load()

Loads the DFF file into memory

Declaration
public void Load()
| Improve this Doc View Source

Restore(Int32)

Declaration
public static void Restore(int model)
Parameters
Type Name Description
Int32 model
  • Improve this Doc
  • View Source
Back to top Generated by DocFX