C# 클래스 DefensiveCommandSequence, Augmented_Tactics

상속: Assets.Artificial_Intelligence.Character_Intelligence.Command_Sequences.CommandSequence
파일 보기 프로젝트 열기: Kavignon/Augmented_Tactics

보호된 프로퍼티들

프로퍼티 타입 설명
CommandSequenceDictionary int>.Dictionary
_moveAwayFromDangerousSituationRating int
_moveTowardsHealerRating int
valuesGenerator System.Random

공개 메소드들

메소드 설명
AddObservable ( CharacterObservable, obs ) : void

보호된 메소드들

메소드 설명
InvokeDefendBonus ( ) : void

메소드 상세

AddObservable() 공개 메소드

public AddObservable ( CharacterObservable, obs ) : void
obs CharacterObservable,
리턴 void

InvokeDefendBonus() 보호된 메소드

protected InvokeDefendBonus ( ) : void
리턴 void

프로퍼티 상세

CommandSequenceDictionary 보호되어 있는 프로퍼티

protected Dictionary,int> CommandSequenceDictionary
리턴 int>.Dictionary

_moveAwayFromDangerousSituationRating 보호되어 있는 프로퍼티

protected int _moveAwayFromDangerousSituationRating
리턴 int

_moveTowardsHealerRating 보호되어 있는 프로퍼티

protected int _moveTowardsHealerRating
리턴 int

valuesGenerator 보호되어 있는 프로퍼티

protected Random,System valuesGenerator
리턴 System.Random