Class PropEnt_Stone_DreamDust
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Mirror.NetworkBehaviour
PropEnt_Stone_DreamDust
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class PropEnt_Stone_DreamDust : PropEntity, ILogicUpdate, ICleanup, ICustomDestroyRoutine, IProp
Fields
amountByZoneIndex
Declaration
public Formula amountByZoneIndex
Field Value
| Type | Description |
|---|---|
| Formula |
rotSpeed
Declaration
public float rotSpeed
Field Value
| Type | Description |
|---|---|
| float |
Properties
isRegularReward
Declaration
public override bool isRegularReward { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
Methods
ActiveLogicUpdate(float)
Declaration
protected override void ActiveLogicUpdate(float dt)
Parameters
| Type | Name | Description |
|---|---|---|
| float | dt |
Overrides
GetAmount()
Declaration
public int GetAmount()
Returns
| Type | Description |
|---|---|
| int |
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnDeath(EventInfoKill)
Declaration
protected override void OnDeath(EventInfoKill info)
Parameters
| Type | Name | Description |
|---|---|---|
| EventInfoKill | info |
Overrides
OnDestroyActor()
Declaration
protected override void OnDestroyActor()