Show / Hide Table of Contents

Class AssetCollection

Inheritance
object
AssetCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Physics.Assets
Assembly: SlipeServer.Physics.dll
Syntax
public class AssetCollection

Constructors

| Edit this page View Source

AssetCollection()

Declaration
public AssetCollection()

Methods

| Edit this page View Source

GetCol(int)

Declaration
public ColCombo? GetCol(int model)
Parameters
Type Name Description
int model
Returns
Type Description
ColCombo
| Edit this page View Source

GetDff(int)

Declaration
public Dff? GetDff(int model)
Parameters
Type Name Description
int model
Returns
Type Description
Dff
| Edit this page View Source

RegisterCol(int, ColCombo)

Declaration
public void RegisterCol(int model, ColCombo colCombo)
Parameters
Type Name Description
int model
ColCombo colCombo
| Edit this page View Source

RegisterDff(int, Dff)

Declaration
public void RegisterDff(int model, Dff dff)
Parameters
Type Name Description
int model
Dff dff
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX