Class MockEntity
This is a bare-bone entity that does nothing.
Usually used for conversations.
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Mirror.NetworkBehaviour
MockEntity
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class MockEntity : Entity, ILogicUpdate, ICleanup, ICustomDestroyRoutine
Fields
conversationNameUIKey
Declaration
public string conversationNameUIKey
Field Value
| Type | Description |
|---|---|
| string |
Methods
OnCreate()
Declaration
protected override void OnCreate()