27 lines
608 B
HTML
27 lines
608 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>AddCompositeChild [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function AddCompositeChild(actor, child_actor, t_matrix) </h2></p>
|
|
<p>
|
|
Adds a child Actor to a composite actor.
|
|
</p>
|
|
<p>
|
|
Returns the child index in the composite actor.
|
|
</p>
|
|
<p>
|
|
NOTE: Reference the included Composite Demo for an example
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="createcompositeactor.html">CreateCompositeActor</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |