Table of Contents

Class Type.CubemapFace

Namespace
Android.Renderscript
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class Type.CubemapFace : Enum<Type.CubemapFace>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<Type.CubemapFace>>, IComparable<Type.CubemapFace>, ISerializable
Inheritance
Type.CubemapFace
Implements
Inherited Members
Extension Methods

Constructors

CubemapFace(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CubemapFace(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

NEGATIVE_X

[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace NEGATIVE_X { get; set; }

Property Value

Type.CubemapFace

NEGATIVE_Y

[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace NEGATIVE_Y { get; set; }

Property Value

Type.CubemapFace

NEGATIVE_Z

[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace NEGATIVE_Z { get; set; }

Property Value

Type.CubemapFace

POSITIVE_X

[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace POSITIVE_X { get; set; }

Property Value

Type.CubemapFace

POSITIVE_Y

[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace POSITIVE_Y { get; set; }

Property Value

Type.CubemapFace

POSITIVE_Z

[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace POSITIVE_Z { get; set; }

Property Value

Type.CubemapFace

POSITVE_X

[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace POSITVE_X { get; set; }

Property Value

Type.CubemapFace

POSITVE_Y

[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace POSITVE_Y { get; set; }

Property Value

Type.CubemapFace

POSITVE_Z

[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace POSITVE_Z { get; set; }

Property Value

Type.CubemapFace

Methods

ValueOf(String)

public static Type.CubemapFace ValueOf(String arg0)

Parameters

arg0 String

String

Returns

Type.CubemapFace

Type.CubemapFace

Values()

public static Type.CubemapFace[] Values()

Returns

CubemapFace[]

Type.CubemapFace