Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.MultiPlatformEnablerCondition Class Reference

Multi platform enabler condition. More...

Public Attributes

bool forceMatch
 Force a match (editor only). More...
 
bool useDeviceType
 Should we check device type. More...
 
DeviceType deviceType
 High level device type. More...
 
bool usePlatform
 Should we check platform More...
 
RuntimePlatform platform
 Platform this applies to. More...
 
string modelStringRegex
 Regex which will be macthed against the model string. More...
 
bool largeScreen
 Only apply if screen is large. More...
 
GameObject target
 The GO to enable or disable. More...
 

Detailed Description

Multi platform enabler condition.

Member Data Documentation

◆ deviceType

DeviceType PlatformerPro.MultiPlatformEnablerCondition.deviceType

High level device type.

◆ forceMatch

bool PlatformerPro.MultiPlatformEnablerCondition.forceMatch

Force a match (editor only).

◆ largeScreen

bool PlatformerPro.MultiPlatformEnablerCondition.largeScreen

Only apply if screen is large.

◆ modelStringRegex

string PlatformerPro.MultiPlatformEnablerCondition.modelStringRegex

Regex which will be macthed against the model string.

◆ platform

RuntimePlatform PlatformerPro.MultiPlatformEnablerCondition.platform

Platform this applies to.

◆ target

GameObject PlatformerPro.MultiPlatformEnablerCondition.target

The GO to enable or disable.

◆ useDeviceType

bool PlatformerPro.MultiPlatformEnablerCondition.useDeviceType

Should we check device type.

◆ usePlatform

bool PlatformerPro.MultiPlatformEnablerCondition.usePlatform

Should we check platform


The documentation for this class was generated from the following file: