Show / Hide Table of Contents

Class Enemy_I.Statics

Inheritance
object
Enemy_I.Statics
E_Enemy_I.E_Statics
Implements
IImplementation
Namespace: WeaverCore.Implementations
Assembly: WeaverCore.dll
Syntax
public abstract class Enemy_I.Statics : IImplementation

Methods

| Edit this page View Source

Roar(GameObject, float, AudioClip, bool)

Declaration
public abstract IEnumerator Roar(GameObject source, float duration, AudioClip roarSound, bool lockPlayer)
Parameters
Type Name Description
GameObject source
float duration
AudioClip roarSound
bool lockPlayer
Returns
Type Description
IEnumerator
| Edit this page View Source

Roar(GameObject, Vector3, float, AudioClip, bool)

Declaration
public abstract IEnumerator Roar(GameObject source, Vector3 spawnPosition, float duration, AudioClip roarSound, bool lockPlayer)
Parameters
Type Name Description
GameObject source
Vector3 spawnPosition
float duration
AudioClip roarSound
bool lockPlayer
Returns
Type Description
IEnumerator

Implements

IImplementation

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾