Struct JumpingPhysics
Namespace: SF
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct JumpingPhysics
Constructors
JumpingPhysics(Single, Int32)
Declaration
public JumpingPhysics(float _jumpheight = 7F, int _jumpAmount = 1)
Parameters
| Type |
Name |
Description |
| System.Single |
_jumpheight |
|
| System.Int32 |
_jumpAmount |
|
Fields
JumpAmount
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
JumpHeight
Declaration
Field Value
| Type |
Description |
| System.Single |
|
JumpsRemaining
Declaration
public int JumpsRemaining
Field Value
| Type |
Description |
| System.Int32 |
|
Methods
ResetJumps()
Declaration