DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSHARP
unity how to destroy child
//Destroys the first child of the Parent variable
Destroy
(
Parent
.
transform
.
GetChild
(
0
)
.
gameObject
)
;
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#unity
#destroy
#child
ADD COMMENT
Topic
COMMENT
Name
9+3 =
Submit