Photon Fusion 2.1.1

SerializableType< BaseType > Struct Template Reference

A generic version of SerializableType that can be used to store types that inherit from a specific base type. More...

Public Member Functions

readonly SerializableType< BaseType > AsShort ()
readonly override bool Equals (object obj)
readonly bool Equals (SerializableType< BaseType > other)
readonly override int GetHashCode ()
 SerializableType (Type type)

Static Public Member Functions

static implicit operator SerializableType< BaseType > (Type type)
static implicit operator Type (SerializableType< BaseType > serializableType)

Public Attributes

string AssemblyQualifiedName

Properties

readonly bool IsValid [get]
readonly Type Value [get]

Detailed Description

A generic version of SerializableType that can be used to store types that inherit from a specific base type.

Template Parameters
BaseTypeThe base type of the type stored