Class Mon_RedGiant
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Mirror.NetworkBehaviour
Mon_RedGiant
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class Mon_RedGiant : Monster, ILogicUpdate, ICleanup, ICustomDestroyRoutine
Fields
deathEffects
Declaration
public GameObject deathEffects
Field Value
| Type | Description |
|---|---|
| UnityEngine.GameObject |
dpsText
Declaration
public TextMeshPro dpsText
Field Value
| Type | Description |
|---|---|
| TMPro.TextMeshPro |
Methods
ActiveLogicUpdate(float)
Declaration
protected override void ActiveLogicUpdate(float dt)
Parameters
| Type | Name | Description |
|---|---|---|
| float | dt |
Overrides
AIUpdate(ref EntityAIContext)
Declaration
protected override void AIUpdate(ref EntityAIContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityAIContext | context |
Overrides
OnDeath(EventInfoKill)
Declaration
protected override void OnDeath(EventInfoKill info)
Parameters
| Type | Name | Description |
|---|---|---|
| EventInfoKill | info |
Overrides
OnStartServer()
Declaration
public override void OnStartServer()