20 lines
433 B
HTML
20 lines
433 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>
|
|
|
|
</body>
|
|
</html> |