Show / Hide Table of Contents

Class Fire

Inheritance
Object
Fire
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.GameWorld
Assembly: SlipeClient.dll
Syntax
public static class Fire

Methods

| Improve this Doc View Source

Create(Vector3, Single)

Declaration
public static bool Create(Vector3 position, float size)
Parameters
Type Name Description
Vector3 position
Single size
Returns
Type Description
Boolean
| Improve this Doc View Source

Extinguish(Vector3, Single)

Declaration
public static bool Extinguish(Vector3 position, float radius)
Parameters
Type Name Description
Vector3 position
Single radius
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX