CollIndexResource
Namespace: SharpPluginLoader.Core.Resources.Collision
public class CollIndexResource : SharpPluginLoader.Core.Resources.Resource
Inheritance Object → NativeWrapper → MtObject → Resource → CollIndexResource
Properties
Indices
public Span<CollIndex> Indices { get; }
Property Value
FilePath
Gets the file path of this resource without the extension.
public string FilePath { get; }
Property Value
FileExtension
Gets the file extension of this resource.
public string FileExtension { get; }
Property Value
RefCount
Gets the reference count of this resource. If the reference count reaches 0, the resource is unloaded.
public uint RefCount { get; }
Property Value
Instance
The native pointer.
public nint Instance { get; set; }
Property Value
Constructors
CollIndexResource(IntPtr)
public CollIndexResource(nint instance)
Parameters
instance
IntPtr
CollIndexResource()
public CollIndexResource()