Interface IResourceType
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IResourceType : IType, ISortedExportable, ISorted
Properties
Instance
View Source
Declaration
IInstance? Instance { get; }
Methods
New(uint)
View Source
Declaration
uint New(uint rep)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
System.UInt32 | rep |
Drop(uint)
View Source
Declaration
void Drop(uint index)
Parameters
Type | Name |
---|---|
System.UInt32 | index |
Rep(uint)
View Source
Declaration
uint Rep(uint index)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
System.UInt32 | index |