摘要:
【super】 Return a proxy object that delegates method calls to a parent or sibling class of type. This is useful for accessing inherited methods that ha 阅读全文
摘要:
【exception keynote】 Note that the parentheses around this tuple are required, because except ValueError, e: was the syntax used for what is normally w 阅读全文
摘要:
【join】 join(timeout=None) Wait until the thread terminates. This blocks the calling thread until the thread whose join() method is called terminates – 阅读全文
摘要:
【Extensions】 An extension is a zipped bundle of files—HTML, CSS, JavaScript, images, and anything else you need—that adds functionality to the Google 阅读全文
摘要:
【http-equiv】 Note that supplying an HTTP equivalent in a meta element is only effective if the server doesn’t send the corresponding real header; you 阅读全文
摘要:
【Scriptable Object】 ScriptableObject 是一个可继承的Class,适用于存储大数据的情形。 Consider for example that you have made a prefab with a script which has an array of a 阅读全文
摘要:
【1D Blending】 BlendTree有类型之分,分为1D、2D。本文记录1D。 1D Blending blends the child motions according to a single parameter. 1D BlendTree 本质是让动态依次播放,并且在每两个前后动画之 阅读全文
摘要:
【Cache Server】 Whenever a source Asset like a .psd or an .fbx file is modified, Unity detects the change and automatically re-imports it. The imported 阅读全文