Class AssetCollection
Inheritance
AssetCollection
Assembly: SlipeServer.Physics.dll
Syntax
public class AssetCollection
Constructors
|
Edit this page
View Source
AssetCollection()
Declaration
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
|
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 |
|