コード例 #1
0
 private void SecureTextures(Texture texture)
 {
     textureUtilBehaviour.SecureTexture(texture, this.texture);
     textureUtilBehaviour.SecureTexture(texture, this.renderTexture);
 }
コード例 #2
0
 void Update()
 {
     renderTexture = textureUtilBehaviour.SecureTexture(textureHolderBase.GetTexture(), renderTexture);
     Graphics.Blit(textureHolderBase.GetTexture(), renderTexture);
 }