UnityEngine.GUIStyle.InitCopy C# (CSharp) Méthode

InitCopy() private méthode

private InitCopy ( GUIStyle other ) : void
other GUIStyle
Résultat void
        private extern void InitCopy(GUIStyle other);
        [MethodImpl(MethodImplOptions.InternalCall), ThreadAndSerializationSafe]