Class RotateToTargetOperator
Inheritance
System.Object
RotateToTargetOperator
Assembly: Content.Server.dll
Syntax
public sealed class RotateToTargetOperator : HTNOperator
Fields
|
Improve this Doc
View Source
RotationSpeedKey
Declaration
public string RotationSpeedKey
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TargetKey
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Tolerance
Declaration
Field Value
Methods
|
Improve this Doc
View Source
Initialize(IEntitySystemManager)
Declaration
public override void Initialize(IEntitySystemManager sysManager)
Parameters
Type |
Name |
Description |
IEntitySystemManager |
sysManager |
|
Overrides
|
Improve this Doc
View Source
TaskShutdown(NPCBlackboard, HTNOperatorStatus)
Declaration
public override void TaskShutdown(NPCBlackboard blackboard, HTNOperatorStatus status)
Parameters
Overrides
|
Improve this Doc
View Source
Update(NPCBlackboard, Single)
Declaration
public override HTNOperatorStatus Update(NPCBlackboard blackboard, float frameTime)
Parameters
Type |
Name |
Description |
NPCBlackboard |
blackboard |
|
System.Single |
frameTime |
|
Returns
Overrides