Property | Type | Description | |
---|---|---|---|
fixedValue | double | ||
hasWeight | bool | ||
isRepetitive | bool | ||
jumpsLimited | bool | ||
startIn | bool | ||
unlimited | bool |
Method | Description | |
---|---|---|
FindIfIsPredefined ( ) : bool | ||
JumpType ( ) : System | ||
JumpType ( string name ) : System | ||
JumpType ( string name, bool startIn, bool hasWeight, bool isRepetitive, bool jumpsLimited, double fixedValue, bool unlimited, string description, string imageFileName ) : System |
public JumpType ( string name, bool startIn, bool hasWeight, bool isRepetitive, bool jumpsLimited, double fixedValue, bool unlimited, string description, string imageFileName ) : System | ||
name | string | |
startIn | bool | |
hasWeight | bool | |
isRepetitive | bool | |
jumpsLimited | bool | |
fixedValue | double | |
unlimited | bool | |
description | string | |
imageFileName | string | |
return | System |