Register() 공개 메소드

public Register ( string name, AllocOperationDelegate alloc ) : void
name string
alloc AllocOperationDelegate
리턴 void
예제 #1
0
	public static void	Register( OperationLibrary library ) {
		library.Register( "PushBehavior", delegate() { return new PushBehaviorOperation(); } );
	}
예제 #2
0
	public static void	Register( OperationLibrary library ) {
		library.Register( "And", delegate() { return new AndOperation(); } );
	}
예제 #3
0
	public static void	Register( OperationLibrary library ) {
		library.Register( "Jump", delegate() { return new JumpOperation(); } );
	}