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 SourceKitbashSources
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 SourceFixReferences
Whether to fix references on the prefab
Declaration
public bool FixReferences { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |