ServiceModelSectionGroup serviceModel = ServiceModelSectionGroup.GetSectionGroup(appConfig); In view of the above, it is possible to get the ServiceModelSectionGroup from the string/xml in memory a
Tag: Fragment
Simple use of Fragment
1. Fragment is to avoid the use of Activity, because it consumes time when creating and destroying frequently. 2. Its characteristics: Fragment is light The use of activity, Fragment does not need
Different Diffuse and Decal in Surface Shader with Vertex & Fragment Shader
After experiencing it by myself, I discovered that the surface shader does hide a lot of internal implementations, like multiple light sources that I didn’t consider. Shadows, attenuation and other