Show / Hide Table of Contents

Class UnityObjectBaseExtensions

Inheritance
System.Object
UnityObjectBaseExtensions
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 UnityObjectBaseExtensions

Methods

| Improve this Doc View Source

GetLogString(IUnityObjectBase)

Declaration
public static string GetLogString(this IUnityObjectBase asset)
Parameters
Type Name Description
IUnityObjectBase asset
Returns
Type Description
System.String
| Improve this Doc View Source

GetOriginalName(IUnityObjectBase)

Declaration
public static string GetOriginalName(this IUnityObjectBase _this)
Parameters
Type Name Description
IUnityObjectBase _this
Returns
Type Description
System.String
| Improve this Doc View Source

TryGetName(IUnityObjectBase)

Declaration
public static string TryGetName(this IUnityObjectBase _this)
Parameters
Type Name Description
IUnityObjectBase _this
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾