Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ExternalNativeBuild

The C# definition of the externalNativeBuild element in a gradle file.
Read time 2 minutesLast updated 7 days ago

Definition

public sealed class ExternalNativeBuild : BaseBlock, ICloneable

Remarks

For more information about the element, see Android's documentation: ExternalNativeBuild

Constructors

Constructor

Description

ExternalNativeBuild()Element constructor.

Properties

Property

Description

CmakeThe C# definition of the
cmake
property.
NdkBuildThe C# definition of the
ndkBuild
property.

Inheritance