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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
NEGATIVE_X
[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace NEGATIVE_X { get; set; }
Property Value
NEGATIVE_Y
[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace NEGATIVE_Y { get; set; }
Property Value
NEGATIVE_Z
[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace NEGATIVE_Z { get; set; }
Property Value
POSITIVE_X
[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace POSITIVE_X { get; set; }
Property Value
POSITIVE_Y
[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace POSITIVE_Y { get; set; }
Property Value
POSITIVE_Z
[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace POSITIVE_Z { get; set; }
Property Value
POSITVE_X
[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace POSITVE_X { get; set; }
Property Value
POSITVE_Y
[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace POSITVE_Y { get; set; }
Property Value
POSITVE_Z
[Obsolete("Deprecated in JVM")]
public static Type.CubemapFace POSITVE_Z { get; set; }
Property Value
Methods
ValueOf(String)
public static Type.CubemapFace ValueOf(String arg0)
Parameters
Returns
Values()
public static Type.CubemapFace[] Values()