DecalCreator.CreateCombinedStaticDecalInGame Method

From DecalFramework

DropDown image DropDownHover image Collapse image Expand image CollapseAll image ExpandAll image Copy image CopyHover image

Create combined meshes and GameObjects for all uncombined Static Decals

Namespace: Frameshift.Decal
Assembly: Frameshift.Decal (in Frameshift.Decal.dll)

Expand  imageSyntax

C#
public static void CreateCombinedStaticDecalInGame();

Expand image Example

 CopyCode imageCopy Code
 
private void Start() 

//Combine all uncombined Decals 
DecalCreator.CreateCombinedStaticDecalInGame(); 
}

Expand image Platforms

Unity 2.6.1

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Expand image See Also