Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HasCapability(string)

Checks whether the current process has a given capability.
Read time 1 minuteLast updated 10 days ago

Definition

public static bool HasCapability(string capName)

Parameters

capName

The capability name.

Returns

Type

Description

boolTrue if the process has the capability. False otherwise.