Show / Hide Table of Contents

Class Txd

Inheritance
Object
Asset
Txd
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 Txd : Asset

Constructors

| Improve this Doc View Source

Txd(String)

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

Methods

| Improve this Doc View Source

ApplyTo(Int32)

Applies the TXD to the game

Declaration
public void ApplyTo(int model)
Parameters
Type Name Description
Int32 model
| Improve this Doc View Source

Load(Boolean)

Loads the TXD file into memory

Declaration
public void Load(bool filteringEnabled = true)
Parameters
Type Name Description
Boolean filteringEnabled
  • Improve this Doc
  • View Source
Back to top Generated by DocFX