C# Class MovePlayer, Unity-XboxCtrlrInput

Inheritance: NetworkBehaviour
Afficher le fichier Open project: JISyed/Unity-XboxCtrlrInput Class Usage Examples

Méthodes publiques

Свойство Type Description
controller XboxController,
jumpImpulse float
laserAPrefab GameObject
laserBPrefab GameObject
laserBumpPrefab GameObject
laserXPrefab GameObject
laserYPrefab GameObject
matBlue Material
matGreen Material
matRed Material
matYellow Material
maxMoveSpeed float
triggerLeftPrefab GameObject
triggerRightPrefab GameObject

Méthodes publiques

Méthode Description
OnCollisionEnter ( Collision other ) : void
OnDrawGizmos ( ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnCollisionEnter() public méthode

public OnCollisionEnter ( Collision other ) : void
other Collision
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

controller public_oe property

public XboxController, controller
Résultat XboxController,

jumpImpulse public_oe property

public float jumpImpulse
Résultat float

laserAPrefab public_oe property

public GameObject laserAPrefab
Résultat GameObject

laserBPrefab public_oe property

public GameObject laserBPrefab
Résultat GameObject

laserBumpPrefab public_oe property

public GameObject laserBumpPrefab
Résultat GameObject

laserXPrefab public_oe property

public GameObject laserXPrefab
Résultat GameObject

laserYPrefab public_oe property

public GameObject laserYPrefab
Résultat GameObject

matBlue public_oe property

public Material matBlue
Résultat Material

matGreen public_oe property

public Material matGreen
Résultat Material

matRed public_oe property

public Material matRed
Résultat Material

matYellow public_oe property

public Material matYellow
Résultat Material

maxMoveSpeed public_oe property

public float maxMoveSpeed
Résultat float

triggerLeftPrefab public_oe property

public GameObject triggerLeftPrefab
Résultat GameObject

triggerRightPrefab public_oe property

public GameObject triggerRightPrefab
Résultat GameObject