Show / Hide Table of Contents

Class PPtrExtensions

Inheritance
System.Object
PPtrExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class PPtrExtensions

Methods

| Improve this Doc View Source

IsAsset<T>(IPPtr<T>, AssetCollection, IUnityObjectBase)

Declaration
public static bool IsAsset<T>(this IPPtr<T> pptr, AssetCollection file, IUnityObjectBase asset)
    where T : IUnityObjectBase
Parameters
Type Name Description
IPPtr<T> pptr
AssetCollection file
IUnityObjectBase asset
Returns
Type Description
System.Boolean
Type Parameters
Name Description
T
| Improve this Doc View Source

IsNull(IPPtr)

PathID == 0

Declaration
public static bool IsNull(this IPPtr pptr)
Parameters
Type Name Description
IPPtr pptr
Returns
Type Description
System.Boolean
| Improve this Doc View Source

TryGetAsset<T>(IPPtr<T>, AssetCollection)

Declaration
public static T TryGetAsset<T>(this IPPtr<T> pptr, AssetCollection file)
    where T : IUnityObjectBase
Parameters
Type Name Description
IPPtr<T> pptr
AssetCollection file
Returns
Type Description
T
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾