C# 클래스 CodeGenerator.Generators.ShapeCollectionCollisionCodeGenerator

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
CreateShapeCollectionCollisionFile ( ) : void

비공개 메소드들

메소드 설명
AddMethodToStringBuilder ( string shapeType, string collisionType, string callingArguments, string methodHeaderMassArguments, List shapes ) : void
AppendShapeLoop ( string shapeType, string collisionType, string shapeMass ) : void
CreateShapes ( ) : void
WriteCodeToBeCopied ( ) : void
WriteCollisionAgainstShapeCollection ( string shapeMass, string methodHeaderMassArguments, string extraMethodName ) : void
WriteCollisionGroup ( string shapeMass, string methodHeaderMassArguments, string extraMethodName ) : void

메소드 상세

CreateShapeCollectionCollisionFile() 공개 정적인 메소드

public static CreateShapeCollectionCollisionFile ( ) : void
리턴 void