Interface AssetI
Inherited Members
Syntax
public interface AssetI extends Expendable
Methods
decAndGetRef()
Declaration
public int decAndGetRef()
Returns
Type | Description |
---|---|
int |
decRef()
Decrements the asset's reference count by one.
Declaration
public void decRef()
getRefs()
Returns the integer representation of the references.
Declaration
public int getRefs()
Returns
Type | Description |
---|---|
int | The count of refrences. |
incAndGetRef()
Declaration
public int incAndGetRef()
Returns
Type | Description |
---|---|
int |
incRef()
Increments the asset's reference count by one.
Declaration
public void incRef()