C# Class WindRunner_Annihilation.Logic.DebugLines

Mostra file Open project: JumpAttacker/EnsageSharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DebugLines ( ) : System
Dispose ( System.Entity target ) : bool
DrawEffect ( System.Entity target, string effectName, bool draw ) : void

Method Details

DebugLines() public method

public DebugLines ( ) : System
return System

Dispose() public method

public Dispose ( System.Entity target ) : bool
target System.Entity
return bool

DrawEffect() public method

public DrawEffect ( System.Entity target, string effectName, bool draw ) : void
target System.Entity
effectName string
draw bool
return void