C# Class ExtendedEvent.Parameter, 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
DisplayName string
DoubleValue double
EnumNames string[]
EnumValue int
FloatValue float
IntValue int
LongValue long
MatrixValue Matrix4x4
Name string
ObjectValue UnityEngine.Object
QuaternionValue Quaternion
RectValue Rect
RepresentableType string
StringValue string
Type Type
TypeName string
Vector2Value Vector2
Vector3Value Vector3
Vector4Value Vector4

Méthodes publiques

Méthode Description
GetValue ( ) : object
Initialize ( ) : void
LoadDefaultValue ( ) : void
LoadType ( ) : void
Parameter ( ) : System
Parameter ( ParameterInfo info ) : System
SetDisplayName ( ) : void
ToString ( ) : string

Method Details

GetValue() public méthode

public GetValue ( ) : object
Résultat object

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadDefaultValue() public méthode

public LoadDefaultValue ( ) : void
Résultat void

LoadType() public méthode

public LoadType ( ) : void
Résultat void

Parameter() public méthode

public Parameter ( ) : System
Résultat System

Parameter() public méthode

public Parameter ( ParameterInfo info ) : System
info ParameterInfo
Résultat System

SetDisplayName() public méthode

public SetDisplayName ( ) : void
Résultat void

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

DisplayName public_oe property

public string DisplayName
Résultat string

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

Name public_oe property

public string Name
Résultat string

ObjectValue public_oe property

public Object,UnityEngine ObjectValue
Résultat UnityEngine.Object

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