C# Class ClawBehaviour, Castle-Bashers

Inheritance: MonoBehaviour
Datei anzeigen Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
Part1 bool
direction float
part2 GameObject

Public Methods

Method Description
Deactivate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Deactivate() public method

public Deactivate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Part1 public_oe property

public bool Part1
return bool

direction public_oe property

public float direction
return float

part2 public_oe property

public GameObject part2
return GameObject