C# Class ClawBehaviour, Castle-Bashers

Inheritance: MonoBehaviour
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers

Méthodes publiques

Свойство Type Description
Part1 bool
direction float
part2 GameObject

Méthodes publiques

Méthode Description
Deactivate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Deactivate() public méthode

public Deactivate ( ) : void
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

Part1 public_oe property

public bool Part1
Résultat bool

direction public_oe property

public float direction
Résultat float

part2 public_oe property

public GameObject part2
Résultat GameObject