메소드 | 설명 | |
---|---|---|
BuildInstruction ( object target, double currentTime ) : GenericInstruction |
Builds an Instruction using the information stored in the InstructionBlueprint.
|
|
InstructionBlueprint ( ) : System | ||
InstructionBlueprint ( |
||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
CreateConstructor ( ) : void |
public BuildInstruction ( object target, double currentTime ) : GenericInstruction | ||
target | object | The object that the returned Instruction will execute on |
currentTime | double | The current time to use as an offset for the Instruction's Time of execution |
리턴 | GenericInstruction |
public InstructionBlueprint ( |
||
targetType | ||
memberName | string | |
memberType | ||
memberValue | object | |
time | double | |
리턴 | System |