Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
override void | OnFixedUpdate () |
virtual void | OnFixedUpdate () |
Public Attributes | |
float | airHeight = 3.5f |
float | floatPower = 30f |
float | pingpongTime = 1f |
float | pingpongPower = 0.15f |
![]() | |
Rigidbody2D | rb |
bool | active = true |
CollectibleActor | _actor |
Private Member Functions | |
void | Awake () |
Private Attributes | |
float | _airHeight |
float | time |
float | flip = 1f |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static float | delta |
static float | leftX |
static float | rightX |
![]() | |
static Core | core |
![]() | |
CollectibleActor | actor [get] |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Definition at line 3 of file RigidFloat.cs.
|
inlineprivate |
Definition at line 19 of file RigidFloat.cs.
References _airHeight, airHeight, pingpongTime, Random, and time.
|
inlinevirtual |
Reimplemented from RigidUpdate.
Definition at line 25 of file RigidFloat.cs.
References _airHeight, flip, floatPower, pingpongPower, pingpongTime, RigidUpdate.rb, and time.
|
private |
Definition at line 13 of file RigidFloat.cs.
Referenced by Awake(), and OnFixedUpdate().
float RigidFloat.airHeight = 3.5f |
Definition at line 5 of file RigidFloat.cs.
Referenced by Awake().
|
private |
Definition at line 17 of file RigidFloat.cs.
Referenced by OnFixedUpdate().
float RigidFloat.floatPower = 30f |
Definition at line 7 of file RigidFloat.cs.
Referenced by OnFixedUpdate().
float RigidFloat.pingpongPower = 0.15f |
Definition at line 11 of file RigidFloat.cs.
Referenced by OnFixedUpdate().
float RigidFloat.pingpongTime = 1f |
Definition at line 9 of file RigidFloat.cs.
Referenced by Awake(), and OnFixedUpdate().
|
private |
Definition at line 15 of file RigidFloat.cs.
Referenced by Awake(), and OnFixedUpdate().