C# Class ActivateClone, Portal-Tutorial-Repository

Inheritance: AbstractClone
Mostra file Open project: limdingwen/Portal-Tutorial-Repository

Public Methods

Method Description
OnCloneAwake ( ) : void
OnCloneDisable ( Portal, sender, Portal, destination ) : void
OnCloneEnable ( Portal, sender, Portal, destination ) : void

Method Details

OnCloneAwake() public method

public OnCloneAwake ( ) : void
return void

OnCloneDisable() public method

public OnCloneDisable ( Portal, sender, Portal, destination ) : void
sender Portal,
destination Portal,
return void

OnCloneEnable() public method

public OnCloneEnable ( Portal, sender, Portal, destination ) : void
sender Portal,
destination Portal,
return void