UnityEngine.ShaderVariantCollection.Internal_Create C# (CSharp) Method

Internal_Create() private method

private Internal_Create ( [ mono ) : void
mono [
return void
        private static extern void Internal_Create([Writable] ShaderVariantCollection mono);
        public bool Remove(ShaderVariant variant)

Usage Example

コード例 #1
0
 /// <summary>
 ///   <para>Create a new empty shader variant collection.</para>
 /// </summary>
 public ShaderVariantCollection()
 {
     ShaderVariantCollection.Internal_Create(this);
 }