C# Class UnityPlatformer.IntegrationTestDuration

Inheritance: UnityEngine.MonoBehaviour, IUpdateEntity
Mostrar archivo Open project: llafuente/unity-platformer

Public Properties

Property Type Description
testDuration float

Public Methods

Method Description
LatePlatformerUpdate ( float delta ) : void

Event fired after every entity recieve PlatformerUpdate

OnEnable ( ) : void
PlatformerUpdate ( float delta ) : void

Event like FixedUpdate

Method Details

LatePlatformerUpdate() public method

Event fired after every entity recieve PlatformerUpdate
public LatePlatformerUpdate ( float delta ) : void
delta float
return void

OnEnable() public method

public OnEnable ( ) : void
return void

PlatformerUpdate() public method

Event like FixedUpdate
public PlatformerUpdate ( float delta ) : void
delta float
return void

Property Details

testDuration public_oe property

NOTE do not use the same GameObject that TestComponent
public float testDuration
return float