Class NullObject
An object that, if referenced by a AssetRipper.Assets.Metadata.PPtr, returns null unless explicity searched for.
Implements
AssetRipper.IO.Endian.IEndianSpanReadable
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)
Namespace: AssetRipper.Assets
Assembly: AssetRipper.Assets.dll
Syntax
public abstract class NullObject : UnityObjectBase, IUnityObjectBase, IUnityAssetBase, IEndianSpanReadable, IAssetWritable
Constructors
| Improve this Doc View SourceNullObject(AssetInfo)
Declaration
protected NullObject(AssetInfo assetInfo)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.Assets.Metadata.AssetInfo | assetInfo |
Implements
AssetRipper.IO.Endian.IEndianSpanReadable