Show / Hide Table of Contents

Class KitbashConfig

Kitbash configuration for a prefab
Inheritance
System.Object
KitbashConfig
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: Jotunn.Configs
Assembly: Jotunn.dll
Syntax
public class KitbashConfig

Fields

| Improve this Doc View Source

KitbashSources

A list of KitbashSourceConfigs to apply to the prefab
Declaration
public List<KitbashSourceConfig> KitbashSources
Field Value
Type Description
System.Collections.Generic.List<KitbashSourceConfig>

Properties

| Improve this Doc View Source

FixReferences

Whether to fix references on the prefab
Declaration
public bool FixReferences { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Layer

Optional: The layer of the prefab, all Kitbashed parts will be set to this layer
Declaration
public string Layer { get; set; }
Property Value
Type Description
System.String

Extension Methods

PrefabExtension.FixReferences(Object)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾