Show / Hide Table of Contents

Class MockResolveFailure

Failure that is tracked for a mock prefab which could not be resolved to a real prefab or other type.
Inheritance
object
MockResolveFailure
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Jotunn
Assembly: Jotunn.dll
Syntax
public class MockResolveFailure

Constructors

Name Description
MockResolveFailure(string, string, IEnumerable<string>, Type) Creates a new instance of the MockResolveFailure class.
MockResolveFailure(string, string, string, Type) Creates a new instance of the MockResolveFailure class.

Properties

Name Description
FailedMockName Name of the type that could not be resolved. Mock prefix is already removed.
FailedMockPath Path within the prefab that could not be resolved.
Message Additional message to display when printing warnings.
MockResolveFailures Accumulated list of the tracked MockResolveFailure.
MockType Type of the prefab that could not be resolved.

Methods

Name Description
PrintMockResolveFailures(string) Prints warning messages for all the tracked MockResolveFailure.

Extension Methods

PrefabExtension.FixReferences(object)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾