C# Class Clam, MazeToddler

Inheritance: MonoBehaviour
Afficher le fichier Open project: Nexters/MazeToddler Class Usage Examples

Méthodes publiques

Свойство Type Description
bubble Transform
bubbleLimit_y float
bubbleSpeed float
playObject GameObject
playerAppearPoint Transform
playerBubblePrefab GameObject

Méthodes publiques

Méthode Description
AnimFinished ( ) : void
Awake ( ) : void
EnablePlayerCollider ( ) : void
HoldPlayer ( ) : void
LetGoPlayer ( ) : void
OnTriggerEnter2D ( Collider2D collider ) : void
OnTriggerExit2D ( Collider2D collider ) : void
UnEnablePlayerCollider ( ) : void
Update ( ) : void

Private Methods

Méthode Description
MoveObjTo ( Transform obj, Vector3 pos ) : IEnumerator
_AnimFinished ( ) : IEnumerator

Method Details

AnimFinished() public méthode

public AnimFinished ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

EnablePlayerCollider() public méthode

public EnablePlayerCollider ( ) : void
Résultat void

HoldPlayer() public méthode

public HoldPlayer ( ) : void
Résultat void

LetGoPlayer() public méthode

public LetGoPlayer ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D collider ) : void
collider UnityEngine.Collider2D
Résultat void

OnTriggerExit2D() public méthode

public OnTriggerExit2D ( Collider2D collider ) : void
collider UnityEngine.Collider2D
Résultat void

UnEnablePlayerCollider() public méthode

public UnEnablePlayerCollider ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

bubble public_oe property

public Transform bubble
Résultat Transform

bubbleLimit_y public_oe property

public float bubbleLimit_y
Résultat float

bubbleSpeed public_oe property

public float bubbleSpeed
Résultat float

playObject public_oe property

public GameObject playObject
Résultat GameObject

playerAppearPoint public_oe property

public Transform playerAppearPoint
Résultat Transform

playerBubblePrefab public_oe property

public GameObject playerBubblePrefab
Résultat GameObject