Method GetOrDeclareComponentArray
GetOrDeclareComponentArray(IterationContext, string, out LocalDeclarationStatementSyntax, out StatementSyntax)
Declaration
public override string GetOrDeclareComponentArray(RoslynEcsTranslator.IterationContext ctx, string componentTypeName, out LocalDeclarationStatementSyntax arrayInitialization, out StatementSyntax arrayDisposal)
Parameters
Type | Name | Description |
---|---|---|
RoslynEcsTranslator.IterationContext | ctx | |
string | componentTypeName | |
LocalDeclarationStatementSyntax | arrayInitialization | |
StatementSyntax | arrayDisposal |
Returns
Type | Description |
---|---|
string |