原创 201804092310->數組操作小練

using System; using System.Collections.Generic; using System.Linq; using S

原创 201803181033->unity中的腳本生命週期

邏輯式(按序) Awake OnEnable OnApplicationFocus->false OnApplicationFocus->true Start FixedUpdate Update LateUpdate OnGUI OnA

原创 201804042231->stringbuilder的基礎用法

using System; using System.Collections.Generic; using System.Linq; using S

原创 201804231203->關於unity中的Attribute簡單用法

using System; using System.Collections; using System.Collections.Generi

原创 201804102140->字符串操作檢測是否含有中文

using System; using System.Collections; using System.Collections.Generic;

原创 201804201912->unity反射更改編輯器屬性

/*  * 反射更改編輯器屬性  *  */ public static class LayerDemo {     /*      * SerializedObject -》 ApplyModifiedPrope

原创 201804302340->簡單Shader填充顏色

Shader "Custom/SimpleShader_simpleColor"  { /* 袖珍shader 設置shader顏色 熟悉s

原创 201803150930->關於unity中的全局宏定義

https://www.cnblogs.com/xuanll/p/8046522.html

原创 201803151913->unity下轉平臺api

EditorUserBuildSettings.SwitchActiveBuildTarget(  [指定平臺]  )

原创 201804242255->Unity中shader的Properties

Shader "Dajia/MyTestShader"//這裏聲明着色器的路徑 分別是Shader "路徑"{  } { Properties/

原创 201804061455->c#數組練習

using System; using System.Collections.Generic; using System.Linq; using S

原创 201803241239->c#年齡小題目

namespace _001年齡練習 {     class Program     {         /*          * 經理有3個女兒

原创 201803151917->unity中安卓平臺導包

BuildPipeline.BuildPlayer(  [所有場景地址:如  string[] scenes = { "Assets/111.unity" };]  , path, BuildTarget.Android, BuildOp

原创 201804302341->簡單shader簡單設置漫反射和環境色反射

Shader "Custom/Simple_Shader_Diffuse_Light" { SubShader { Pass { /* pas

原创 201804261510->真機結合cmd查看進程日誌

https://blog.csdn.net/hansel/article/details/38088583 點贊 收藏 分享 文章舉報 dajia9404 發佈了101 篇原創