示例#1
0
 private void Update()
 {
     if (apply)
     {
         apply             = false;
         _rawImage.texture = HanziTextureGenerator.RequestCharacterTexture(hanzi, size);
     }
 }
示例#2
0
 private void Awake()
 {
     _rawImage         = GetComponent <RawImage>();
     _rawImage.texture = HanziTextureGenerator.RequestCharacterTexture(hanzi, size);
 }