C# Class Evolution_War.Trail

ファイルを表示 Open project: jonathandlo/Evolution_War Class Usage Examples

Protected Properties

Property Type Description
color Axiom.Core.ColorEx
elementList List
elementPositions List
elementsToDestroy int
finalPosition Vector3
maxwidth System.Single
objectToFollow MovingObject
trailState TrailState

Public Methods

Method Description
Draw ( Double pPercent ) : void
Loop ( ) : void
ObjectToFollowDisappeared ( ) : void
Recycle ( ) : void
Relaunch ( MovingObject pObjectToFollow, System.Single pMaxWidth, ColorEx pColor ) : void
Trail ( MovingObject pObjectToFollow, System.Single pMaxWidth, ColorEx pColor ) : System

Private Methods

Method Description
AddHead ( ) : void
RemoveTail ( ) : void

Method Details

Draw() public method

public Draw ( Double pPercent ) : void
pPercent Double
return void

Loop() public method

public Loop ( ) : void
return void

ObjectToFollowDisappeared() public method

public ObjectToFollowDisappeared ( ) : void
return void

Recycle() public method

public Recycle ( ) : void
return void

Relaunch() public method

public Relaunch ( MovingObject pObjectToFollow, System.Single pMaxWidth, ColorEx pColor ) : void
pObjectToFollow MovingObject
pMaxWidth System.Single
pColor Axiom.Core.ColorEx
return void

Trail() public method

public Trail ( MovingObject pObjectToFollow, System.Single pMaxWidth, ColorEx pColor ) : System
pObjectToFollow MovingObject
pMaxWidth System.Single
pColor Axiom.Core.ColorEx
return System

Property Details

color protected_oe property

protected ColorEx,Axiom.Core color
return Axiom.Core.ColorEx

elementList protected_oe property

protected List elementList
return List

elementPositions protected_oe property

protected List elementPositions
return List

elementsToDestroy protected_oe property

protected int elementsToDestroy
return int

finalPosition protected_oe property

protected Vector3 finalPosition
return Vector3

maxwidth protected_oe property

protected Single,System maxwidth
return System.Single

objectToFollow protected_oe property

protected MovingObject,Evolution_War objectToFollow
return MovingObject

trailState protected_oe property

protected TrailState trailState
return TrailState