InterfaceAttribute
(
type
, types
)
|
Creates a new Interface attribute.
Signature
Oculus.Interaction.InterfaceAttribute.InterfaceAttribute(Type type, params Type[] types) Parameters type: Type
The type of interface which is allowed.
types: params Type[]
Extra types of interface which is allowed.
|
InterfaceAttribute
(
typeFromFieldName
)
|
Signature
Oculus.Interaction.InterfaceAttribute.InterfaceAttribute(string typeFromFieldName) Parameters typeFromFieldName: string |
TypeFromFieldName
: string |
Signature
string Oculus.Interaction.InterfaceAttribute.TypeFromFieldName |
Types
: Type[] |
Signature
Type [] Oculus.Interaction.InterfaceAttribute.Types |