C# Class ExtendedEvent.Member, Unity3D-ExtendedEvent

Afficher le fichier Open project: Thundernerd/Unity3D-ExtendedEvent Class Usage Examples

Méthodes publiques

Свойство Type Description
AnimationCurveValue UnityEngine.AnimationCurve
BoolValue bool
BoundsValue Bounds
ColorValue Color
DoubleValue double
EnumNames string[]
EnumValue int
FloatValue float
IntValue int
LongValue long
MatrixValue Matrix4x4
MemberType EMemberType
Name string
ObjectValue UnityEngine.Object
Parameters List
QuaternionValue Quaternion
RectValue Rect
RepresentableType string
StringValue string
Type Type
TypeName string
Vector2Value Vector2
Vector3Value Vector3
Vector4Value Vector4

Méthodes publiques

Méthode Description
CopyValue ( Member, other ) : void
GetValue ( ) : object
Initialize ( ) : void
Invoke ( GameObject item ) : void
LoadType ( ) : void
Member ( ) : System
Member ( MemberInfo info, Type infoType, Type type, EMemberType memberType ) : System
Member ( MemberInfo info, Type infoType, Type type, UnityEngine container ) : System
Member ( MethodInfo info, Type infoType, Type type, ParameterInfo parameters ) : System
ToString ( ) : string

Private Methods

Méthode Description
InvokeField ( GameObject item ) : void
InvokeMethod ( GameObject item ) : void
InvokeProperty ( GameObject item ) : void

Method Details

CopyValue() public méthode

public CopyValue ( Member, other ) : void
other Member,
Résultat void

GetValue() public méthode

public GetValue ( ) : object
Résultat object

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Invoke() public méthode

public Invoke ( GameObject item ) : void
item GameObject
Résultat void

LoadType() public méthode

public LoadType ( ) : void
Résultat void

Member() public méthode

public Member ( ) : System
Résultat System

Member() public méthode

public Member ( MemberInfo info, Type infoType, Type type, EMemberType memberType ) : System
info MemberInfo
infoType Type
type Type
memberType EMemberType
Résultat System

Member() public méthode

public Member ( MemberInfo info, Type infoType, Type type, UnityEngine container ) : System
info MemberInfo
infoType Type
type Type
container UnityEngine
Résultat System

Member() public méthode

public Member ( MethodInfo info, Type infoType, Type type, ParameterInfo parameters ) : System
info MethodInfo
infoType Type
type Type
parameters ParameterInfo
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

AnimationCurveValue public_oe property

public AnimationCurve,UnityEngine AnimationCurveValue
Résultat UnityEngine.AnimationCurve

BoolValue public_oe property

public bool BoolValue
Résultat bool

BoundsValue public_oe property

public Bounds BoundsValue
Résultat Bounds

ColorValue public_oe property

public Color ColorValue
Résultat Color

DoubleValue public_oe property

public double DoubleValue
Résultat double

EnumNames public_oe property

public string[] EnumNames
Résultat string[]

EnumValue public_oe property

public int EnumValue
Résultat int

FloatValue public_oe property

public float FloatValue
Résultat float

IntValue public_oe property

public int IntValue
Résultat int

LongValue public_oe property

public long LongValue
Résultat long

MatrixValue public_oe property

public Matrix4x4 MatrixValue
Résultat Matrix4x4

MemberType public_oe property

public EMemberType MemberType
Résultat EMemberType

Name public_oe property

public string Name
Résultat string

ObjectValue public_oe property

public Object,UnityEngine ObjectValue
Résultat UnityEngine.Object

Parameters public_oe property

public List Parameters
Résultat List

QuaternionValue public_oe property

public Quaternion QuaternionValue
Résultat Quaternion

RectValue public_oe property

public Rect RectValue
Résultat Rect

RepresentableType public_oe property

public string RepresentableType
Résultat string

StringValue public_oe property

public string StringValue
Résultat string

Type public_oe property

public Type Type
Résultat Type

TypeName public_oe property

public string TypeName
Résultat string

Vector2Value public_oe property

public Vector2 Vector2Value
Résultat Vector2

Vector3Value public_oe property

public Vector3 Vector3Value
Résultat Vector3

Vector4Value public_oe property

public Vector4 Vector4Value
Résultat Vector4