Class KitbashObject
Container class for Kitbashed prefabs, returned by KitbashManager
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: Jotunn.Entities
Assembly: Jotunn.dll
Syntax
public class KitbashObject : CustomEntity
Fields
| Improve this Doc View SourceOnKitbashApplied
Callback that is called when Kitbashes are applied
Declaration
public Action OnKitbashApplied
Field Value
Type | Description |
---|---|
System.Action |
Properties
| Improve this Doc View SourceConfig
Config for the KitbashObject
Declaration
public KitbashConfig Config { get; }
Property Value
Type | Description |
---|---|
KitbashConfig |
Prefab
The Kitbashed prefab
Declaration
public GameObject Prefab { get; }
Property Value
Type | Description |
---|---|
GameObject |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()