Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeBuildOption

The C# definition of externalNativeBuild build options in a gradle file.
Read time 2 minutesLast updated 10 days ago

Definition

public sealed class NativeBuildOption : BaseBlock, ICloneable

Remarks

For more information about the file, see Android's documentation: ExternalNativeBuildOptions

Constructors

Constructor

Description

NativeBuildOption(System.String)Element constructor.

Properties

Property

Description

ArgumentsThe C# definition of the
arguments
property.
PathThe C# definition of the
path
property.

Inheritance