21 lines
440 B
HTML
21 lines
440 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetActorTexture [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub SetActorTexture( actor, layer, image_id) </h2></p>
|
|
<p>
|
|
Sets the texture for an actor's default material
|
|
</p>
|
|
<p>
|
|
Note: Generally you want to use texture layer 0
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |