Interface IPPtr
Inherited Members
AssetRipper.IO.Endian.IEndianSpanReadable.ReadEditor(AssetRipper.IO.Endian.EndianSpanReader)
AssetRipper.IO.Endian.IEndianSpanReadable.ReadRelease(AssetRipper.IO.Endian.EndianSpanReader)
Namespace: AssetRipper.Assets.Metadata
Assembly: AssetRipper.Assets.dll
Syntax
public interface IPPtr : IUnityAssetBase, IEndianSpanReadable, IAssetWritable
Properties
| Improve this Doc View SourceFileID
Zero means the asset is located within the current file.
Declaration
int FileID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PathID
It is sometimes sequential and sometimes more like a hash. Zero signifies a null reference.
Declaration
long PathID { get; }
Property Value
Type | Description |
---|---|
System.Int64 |