Interface IUniqueResource
Namespace: Unity.Barracuda
Syntax
public interface IUniqueResource
Properties
uniqueId
Returns a unique id for identification.
Declaration
int uniqueId { get; }
Property Value
Type | Description |
---|---|
Int32 |
public interface IUniqueResource
Returns a unique id for identification.
int uniqueId { get; }
Type | Description |
---|---|
Int32 |