Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
HutongGames
PlayMaker
Actions
DestroyComponent
C# Class HutongGames.PlayMaker.Actions.DestroyComponent
Inheritance:
FsmStateAction
Exibir arquivo
Open project: hughrogers/RPGQuest
Public Methods
Method
Description
DoDestroyComponent
(
GameObject
go
) :
void
OnEnter
( ) :
void
Reset
( ) :
void
Method Details
DoDestroyComponent()
public
method
public
DoDestroyComponent
(
GameObject
go
) :
void
go
UnityEngine.GameObject
return
void
OnEnter()
public
method
public
OnEnter
( ) :
void
return
void
Reset()
public
method
public
Reset
( ) :
void
return
void