Show / Hide Table of Contents

Class WeaverSurfaceWater

WeaverCore's implementation of surface water

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
WeaverSurfaceWater
Namespace: WeaverCore.Components
Assembly: WeaverCore.dll
Syntax
public class WeaverSurfaceWater : MonoBehaviour

Properties

| Edit this page View Source

HeroSurfaceY

Declaration
public float HeroSurfaceY { get; }
Property Value
Type Description
float
| Edit this page View Source

PlayerInWater

Declaration
public bool PlayerInWater { get; }
Property Value
Type Description
bool

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)
CoroutineUtilities.RunCoroutineWhile<T>(T, IEnumerator, Func<bool>)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾