C# 클래스 ReactionTable, World-of-Carbon

파일 보기 프로젝트 열기: kenfehling/World-of-Carbon 1 사용 예제들

공개 메소드들

메소드 설명
GetReaction ( string molecule1, string molecule2 ) : ReactionTableEntry,
ReactionTable ( ) : UnityEngine
RegisterReaction ( string molecule1, string molecule2, ReactionTableEntry, entry ) : void
SetUpTable ( string allMolecules ) : void

메소드 상세

GetReaction() 공개 메소드

public GetReaction ( string molecule1, string molecule2 ) : ReactionTableEntry,
molecule1 string
molecule2 string
리턴 ReactionTableEntry,

ReactionTable() 공개 메소드

public ReactionTable ( ) : UnityEngine
리턴 UnityEngine

RegisterReaction() 공개 메소드

public RegisterReaction ( string molecule1, string molecule2, ReactionTableEntry, entry ) : void
molecule1 string
molecule2 string
entry ReactionTableEntry,
리턴 void

SetUpTable() 공개 메소드

public SetUpTable ( string allMolecules ) : void
allMolecules string
리턴 void