C# Class GretaController, Unity3D

Inheritance: MonoBehaviour
ファイルを表示 Open project: kw0006667/Unity3D Class Usage Examples

Public Properties

Property Type Description
FrictionCoefficient float
GretaWeight float
HandBrakeCoefficient float
LeftWheel Transform
MaxVelocity float
PlayCamera Transform
RightWheel Transform
Velocity float
gravity float
isCanJump bool
isDebugMessage bool
jumpSpeed float
nMaxVelocity float
pushPower float
speed float

Public Methods

Method Description
InclineForce ( ) : void
IsGameStop ( ) : bool
LetGameStop ( bool stop ) : void
MoveFriction ( ) : void
OnControllerColliderHit ( ControllerColliderHit hit ) : void
Update ( ) : void

Method Details

InclineForce() public method

public InclineForce ( ) : void
return void

IsGameStop() public method

public IsGameStop ( ) : bool
return bool

LetGameStop() public method

public LetGameStop ( bool stop ) : void
stop bool
return void

MoveFriction() public method

public MoveFriction ( ) : void
return void

OnControllerColliderHit() public method

public OnControllerColliderHit ( ControllerColliderHit hit ) : void
hit UnityEngine.ControllerColliderHit
return void

Update() public method

public Update ( ) : void
return void

Property Details

FrictionCoefficient public_oe property

public float FrictionCoefficient
return float

GretaWeight public_oe property

public float GretaWeight
return float

HandBrakeCoefficient public_oe property

public float HandBrakeCoefficient
return float

LeftWheel public_oe property

public Transform LeftWheel
return Transform

MaxVelocity public_oe property

public float MaxVelocity
return float

PlayCamera public_oe property

public Transform PlayCamera
return Transform

RightWheel public_oe property

public Transform RightWheel
return Transform

Velocity public_oe property

public float Velocity
return float

gravity public_oe property

public float gravity
return float

isCanJump public_oe property

public bool isCanJump
return bool

isDebugMessage public_oe property

public bool isDebugMessage
return bool

jumpSpeed public_oe property

public float jumpSpeed
return float

nMaxVelocity public_oe property

public float nMaxVelocity
return float

pushPower public_oe property

public float pushPower
return float

speed public_oe property

public float speed
return float