-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to main from @ GamemakerChina/GameMaker-maunl-zh@2ba5560 🚀
- Loading branch information
Showing
10,423 changed files
with
450,024 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
<!--?xml version="1.0" encoding="utf-8" ?--><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> | ||
|
||
<script type="text/javascript" language="JavaScript"> | ||
//<![CDATA[ | ||
function reDo() { | ||
if (innerWidth != origWidth || innerHeight != origHeight) | ||
location.reload(); | ||
} | ||
if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) { | ||
origWidth = innerWidth; | ||
origHeight = innerHeight; | ||
onresize = reDo; | ||
} | ||
onerror = null; | ||
//]]> | ||
</script> | ||
<style type="text/css">/*<![CDATA[*/ | ||
|
||
< !-- div.WebHelpPopupMenu { | ||
position: absolute; | ||
left: 0px; | ||
top: 0px; | ||
z-index: 4; | ||
visibility: hidden; | ||
} | ||
|
||
p.WebHelpNavBar { | ||
text-align: right; | ||
} | ||
|
||
--> | ||
|
||
/*]]>*/</style> | ||
|
||
<script type="text/javascript">//<![CDATA[ | ||
|
||
gRootRelPath = ".."; | ||
gCommonRootRelPath = ".."; | ||
gTopicId = "7"; | ||
|
||
//]]></script> | ||
|
||
<script type="text/javascript" src="../template/scripts/rh.min.js"></script> | ||
<script type="text/javascript" src="../template/scripts/common.min.js"></script> | ||
<script type="text/javascript" src="../template/scripts/topic.min.js"></script> | ||
<script type="text/javascript" src="../template/scripts/topicwidgets.min.js"></script> | ||
<script type="text/javascript" src="../whxdata/projectsettings.js"></script> | ||
<link rel="stylesheet" type="text/css" href="../template/styles/topic.min.css"> | ||
<link rel="stylesheet" type="text/css" href="../template/Charcoal_Grey/topicheader.css"> | ||
<meta name="topic-status" content="Draft"> | ||
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>Additional Information</title> | ||
<meta name="generator" content="Adobe RoboHelp 2020"> | ||
<link rel="stylesheet" href="../assets/css/default.css" type="text/css"> | ||
<script src="../assets/scripts/main_script.js" type="module"></script> | ||
<meta name="rh-authors" content="Mark Alexander"> | ||
<meta name="topic-comment" content="Page with additional information about programming features"> | ||
<meta name="rh-index-keywords" content="Additional Information"> | ||
<meta name="search-keywords" content="Additional Information"> | ||
<meta name="brsnext" value="Additional_Information/Best_Practices_When_Programming.htm"><meta name="brsprev" value="The_Asset_Editors/Image_Editor.htm"></head> | ||
|
||
<body> | ||
<div class="topic-header rh-hide" id="rh-topic-header"> | ||
<div class="logo"> | ||
</div> | ||
<div class="nav"> | ||
<div class="title" title="Additional Information"> | ||
<span>Additional Information</span> | ||
</div> | ||
<div class="gotohome" title="Click here to see this page in full context"> | ||
<a href="#" onclick="rh._.goToFullLayout()">Click here to see this page in full context</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="topic-header-shadow rh-hide" id="rh-topic-header-shadow"></div> | ||
|
||
|
||
|
||
<!--<div class="body-scroll" style="top: 150px;">--> | ||
<h1>附加信息</h1> | ||
<p>手册的这一部分包含了与编程和GameMaker语言工作方式相关的杂项文章。以下文章是作为配套文章设计的,旨在进一步扩展您对GameMaker工作方式的理解,以及如何从可用的不同语言功能中获得最大的好处:</p> | ||
<ul class="colour"> | ||
<li><a href="Best_Practices_When_Programming.htm">编程时的最佳实践</a></li> | ||
<li><a href="The_File_System.htm">文件系统</a></li> | ||
<li><a href="Bitwise_Operators.htm">位运算和二进制</a></li> | ||
<li><a href="Type_Tables.htm">类型表</a></li> | ||
<li><a href="Whitespace_Characters.htm">空格字符</a></li> | ||
<li><a href="Vectors.htm">向量</a></li> | ||
<li><a href="Guide_To_Using_Buffers.htm">缓冲区使用指南</a></li> | ||
<li><a href="Guide_To_Using_Particles.htm">粒子使用指南</a></li> | ||
<li><a href="Guide_To_Using_Shaders.htm">着色器使用指南</a></li> | ||
<li><a href="Guide_To_Primitives_And_Vertex_Building.htm">图元和顶点构建指南</a></li> | ||
<li><a href="Guide_To_Using_Blendmodes.htm">混合模式使用指南</a></li> | ||
<li><a href="Compatibility_Functions.htm">兼容性函数</a></li> | ||
<li><a href="Compatibility_Scripts.htm">兼容脚本</a></li> | ||
<li><a href="Obsolete_Functions.htm">过时函数</a></li> | ||
</ul> | ||
<p> </p> | ||
<p> </p> | ||
<p> </p> | ||
<div class="footer"> | ||
<div class="buttons"> | ||
<div class="clear"> | ||
<div style="float:left">Back: <a href="../Content.htm">索引</a></div> | ||
<div style="float:right">Next: <a href="../GameMaker_Language.htm#h">GameMaker 语言</a></div> | ||
</div> | ||
</div> | ||
<h5><span data-keyref="Copyright Notice">© Copyright YoYo Games Ltd. 2023 All Rights Reserved</span></h5> | ||
</div> | ||
<!-- KEYWORDS | ||
Additional Information | ||
--> | ||
<!-- TAGS | ||
additional_information | ||
--> | ||
|
||
</body></html> |
Oops, something went wrong.