Namespace: DeltaEngine.Tests.EntitiesAssembly: DeltaEngine.Tests (in DeltaEngine.Tests.dll) Version: 1.1.1.0 (1.1.1)
public DrawBehavior ResolveDrawBehavior(
Type behaviorType
)
public DrawBehavior ResolveDrawBehavior(
Type behaviorType
)
Public Function ResolveDrawBehavior (
behaviorType As Type
) As DrawBehavior
Public Function ResolveDrawBehavior (
behaviorType As Type
) As DrawBehavior
public:
virtual DrawBehavior^ ResolveDrawBehavior(
Type^ behaviorType
) sealed
public:
virtual DrawBehavior^ ResolveDrawBehavior(
Type^ behaviorType
) sealed
abstract ResolveDrawBehavior :
behaviorType : Type -> DrawBehavior
override ResolveDrawBehavior :
behaviorType : Type -> DrawBehavior
abstract ResolveDrawBehavior :
behaviorType : Type -> DrawBehavior
override ResolveDrawBehavior :
behaviorType : Type -> DrawBehavior
Return Value
Type:
DrawBehaviorImplements
BehaviorResolver ResolveDrawBehavior(Type)